summaryrefslogtreecommitdiff
path: root/mh
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org.ua>2003-09-20 15:21:35 +0000
committerSergey Poznyakoff <gray@gnu.org.ua>2003-09-20 15:21:35 +0000
commit20477d627e595249371cfff878b0e249d1c62cee (patch)
tree0492d5ae57f8984c99f2540575ebeb3fa7bb27a8 /mh
parent772d86eda16f6f09e9d8709d1d42570d63fce5ba (diff)
downloadmailutils-20477d627e595249371cfff878b0e249d1c62cee.tar.gz
mailutils-20477d627e595249371cfff878b0e249d1c62cee.tar.bz2
Fixed INCLUDES
Diffstat (limited to 'mh')
-rw-r--r--mh/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/mh/Makefile.am b/mh/Makefile.am
index a334e8276..24b8a0503 100644
--- a/mh/Makefile.am
+++ b/mh/Makefile.am
@@ -120,7 +120,7 @@ mailutils-mh.el: mailutils-mh.eli
.eli.el:
sed "s,BINDIR,$(bindir),g;s,MHLIBDIR,$(mhlibdir),g" $< > $@
-INCLUDES = -I${top_srcdir}/include -I${top_srcdir}/lib -I${top_srcdir}/mailbox @INTLINCS@
+INCLUDES = -I${top_srcdir}/include -I${top_srcdir}/lib -I${top_builddir}/include/mailutils/gnu -I${top_srcdir}/mailbox @INTLINCS@
AM_CPPFLAGS = -DMHLIBDIR=\"$(mhlibdir)\" -DMHBINDIR=\"$(bindir)\"
mh_LIBS = \
./libmh.a\

Return to:

Send suggestions and report system problems to the System administrator.