Removed -I$(top_srcdir)/libmu_scm
Showing
2 changed files
with
3 additions
and
3 deletions
... | @@ -2,8 +2,8 @@ | ... | @@ -2,8 +2,8 @@ |
2 | # Copyright (C) 2000,2001,2002 Free Software Foundation | 2 | # Copyright (C) 2000,2001,2002 Free Software Foundation |
3 | # See file COPYING in the distribution root directory for copying conditions. | 3 | # See file COPYING in the distribution root directory for copying conditions. |
4 | 4 | ||
5 | INCLUDES = -I. -I$(top_builddir) -I$(srcdir) -I$(top_srcdir)/lib -I$(top_srcdir)/include \ | 5 | INCLUDES = -I. -I$(top_builddir) -I$(srcdir) -I$(top_srcdir)/lib \ |
6 | -I$(top_srcdir)/libmu_scm @GUILE_INCLUDES@ @INTLINCS@ | 6 | -I$(top_srcdir)/include @GUILE_INCLUDES@ @INTLINCS@ |
7 | 7 | ||
8 | SUBDIRS=scm | 8 | SUBDIRS=scm |
9 | 9 | ... | ... |
... | @@ -2,7 +2,7 @@ | ... | @@ -2,7 +2,7 @@ |
2 | # Copyright (C) 2000,2001,2002 Free Software Foundation | 2 | # Copyright (C) 2000,2001,2002 Free Software Foundation |
3 | # See file COPYING in the distribution root directory for copying conditions. | 3 | # See file COPYING in the distribution root directory for copying conditions. |
4 | 4 | ||
5 | INCLUDES =-I$(srcdir) -I$(top_srcdir)/lib -I$(top_srcdir)/mailbox -I$(top_srcdir)/include -I$(top_srcdir)/libmu_scm @GUILE_INCLUDES@ @INTLINCS@ | 5 | INCLUDES =-I$(srcdir) -I$(top_srcdir)/lib -I$(top_srcdir)/mailbox -I$(top_srcdir)/include @GUILE_INCLUDES@ @INTLINCS@ |
6 | SUBDIRS = testsuite | 6 | SUBDIRS = testsuite |
7 | 7 | ||
8 | libexec_PROGRAMS = mail.local | 8 | libexec_PROGRAMS = mail.local | ... | ... |
-
Please register or sign in to post a comment