summaryrefslogtreecommitdiff
path: root/libmu_scm/Makefile.am
diff options
context:
space:
mode:
authorJeff Bailey <jbailey@gnu.org>2001-10-13 13:33:11 +0000
committerJeff Bailey <jbailey@gnu.org>2001-10-13 13:33:11 +0000
commita59f00d4390990afc6579df97333d77c0a611291 (patch)
treed94e1ec788eef1798ffac68c08343dc0374032ff /libmu_scm/Makefile.am
parentc147308fb5509a29599a7db29838bd3a94045ed5 (diff)
downloadmailutils-a59f00d4390990afc6579df97333d77c0a611291.tar.gz
mailutils-a59f00d4390990afc6579df97333d77c0a611291.tar.bz2
Fix to remove GNU Make'ism
Diffstat (limited to 'libmu_scm/Makefile.am')
-rw-r--r--libmu_scm/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/libmu_scm/Makefile.am b/libmu_scm/Makefile.am
index 1f3ecb5ba..91aa15351 100644
--- a/libmu_scm/Makefile.am
+++ b/libmu_scm/Makefile.am
@@ -1,5 +1,5 @@
AUTOMAKE_OPTIONS = ../lib/ansi2knr
-INCLUDES =-I$(CURDIR) -I$(top_builddir) -I$(srcdir) -I$(top_srcdir)/lib -I$(top_srcdir)/include
+INCLUDES =-I. -I$(top_builddir) -I$(srcdir) -I$(top_srcdir)/lib -I$(top_srcdir)/include
noinst_LIBRARIES=@MU_SCM@
EXTRA_LIBRARIES=libmu_scm.a

Return to:

Send suggestions and report system problems to the System administrator.