summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org.ua>2002-12-31 02:36:21 +0000
committerSergey Poznyakoff <gray@gnu.org.ua>2002-12-31 02:36:21 +0000
commit2d6a699cf759cbbcd00b0fd770a161e04f011e6d (patch)
treeab5d3a596fd48758155a41ae0c08c46a23eaf6fc
parent70adb7d96f4483cb47c4f0a48fffbc1abcc8bb17 (diff)
downloadmailutils-2d6a699cf759cbbcd00b0fd770a161e04f011e6d.tar.gz
mailutils-2d6a699cf759cbbcd00b0fd770a161e04f011e6d.tar.bz2
Removed -I$(top_srcdir)/libmu_scm
-rw-r--r--guimb/Makefile.am4
-rw-r--r--mail.local/Makefile.am2
2 files changed, 3 insertions, 3 deletions
diff --git a/guimb/Makefile.am b/guimb/Makefile.am
index acf8623a6..9325c59fe 100644
--- a/guimb/Makefile.am
+++ b/guimb/Makefile.am
@@ -2,8 +2,8 @@
# Copyright (C) 2000,2001,2002 Free Software Foundation
# See file COPYING in the distribution root directory for copying conditions.
-INCLUDES = -I. -I$(top_builddir) -I$(srcdir) -I$(top_srcdir)/lib -I$(top_srcdir)/include \
- -I$(top_srcdir)/libmu_scm @GUILE_INCLUDES@ @INTLINCS@
+INCLUDES = -I. -I$(top_builddir) -I$(srcdir) -I$(top_srcdir)/lib \
+ -I$(top_srcdir)/include @GUILE_INCLUDES@ @INTLINCS@
SUBDIRS=scm
diff --git a/mail.local/Makefile.am b/mail.local/Makefile.am
index a02834f13..14ef64227 100644
--- a/mail.local/Makefile.am
+++ b/mail.local/Makefile.am
@@ -2,7 +2,7 @@
# Copyright (C) 2000,2001,2002 Free Software Foundation
# See file COPYING in the distribution root directory for copying conditions.
-INCLUDES =-I$(srcdir) -I$(top_srcdir)/lib -I$(top_srcdir)/mailbox -I$(top_srcdir)/include -I$(top_srcdir)/libmu_scm @GUILE_INCLUDES@ @INTLINCS@
+INCLUDES =-I$(srcdir) -I$(top_srcdir)/lib -I$(top_srcdir)/mailbox -I$(top_srcdir)/include @GUILE_INCLUDES@ @INTLINCS@
SUBDIRS = testsuite
libexec_PROGRAMS = mail.local

Return to:

Send suggestions and report system problems to the System administrator.