Commit 2d6a699c 2d6a699cf759cbbcd00b0fd770a161e04f011e6d by Sergey Poznyakoff

Removed -I$(top_srcdir)/libmu_scm

1 parent 70adb7d9
...@@ -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
......