aboutsummaryrefslogtreecommitdiff
path: root/src/Makefile.am
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org.ua>2013-01-19 17:47:34 +0200
committerSergey Poznyakoff <gray@gnu.org.ua>2013-01-19 17:47:34 +0200
commit1dc8df0731f977da79b9b91f2d9bb6f4f5c50fe2 (patch)
tree854e1cd1885b7084addff5b98a979eb4f47c0bbe /src/Makefile.am
parent32255759a59fac277526a597ac8a3a2da5416d7a (diff)
downloadeclat-1dc8df0731f977da79b9b91f2d9bb6f4f5c50fe2.tar.gz
eclat-1dc8df0731f977da79b9b91f2d9bb6f4f5c50fe2.tar.bz2
Use AM_CPPFLAGS instead of the obsolete INCLUDES.
* lib/Makefile.am: Update. * src/Makefile.am: Update. * tests/Makefile.am: Update.
Diffstat (limited to 'src/Makefile.am')
-rw-r--r--src/Makefile.am4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/Makefile.am b/src/Makefile.am
index 9cd48cd..0eba189 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -50,8 +50,8 @@ eclat_SOURCES=\
util.c
LDADD=../lib/libeclat.a @LIBOBJS@ ../grecs/src/libgrecs.a $(CURL_LIBS) @MAPLIBS@
-INCLUDES = -I$(top_srcdir)/grecs/src/ -I$(top_srcdir)/lib $(CURL_CFLAGS)
-AM_CPPFLAGS= \
+AM_CPPFLAGS = \
+ -I$(top_srcdir)/grecs/src/ -I$(top_srcdir)/lib $(CURL_CFLAGS)\
-DSYSCONFDIR=\"$(sysconfdir)\"\
-DDEFAULT_VERSION_INCLUDE_DIR=\"$(incdir)\"\
-DDEFAULT_INCLUDE_DIR=\"$(pkgdatadir)/include\"\

Return to:

Send suggestions and report system problems to the System administrator.