aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org.ua>2012-12-29 16:52:06 +0200
committerSergey Poznyakoff <gray@gnu.org.ua>2012-12-29 16:52:06 +0200
commitaf0e84f9615e5f548f7dd2dd60d41752e798958c (patch)
treeae2e918e49cd970fe1336e0f2ad64df707276d9e /src
parent633512c033c129a80a11a86ec85037fb2d2babf5 (diff)
downloadwydawca-af0e84f9615e5f548f7dd2dd60d41752e798958c.tar.gz
wydawca-af0e84f9615e5f548f7dd2dd60d41752e798958c.tar.bz2
Use AM_CPPFLAGS instead of the INCLUDES in Makefiles.
Diffstat (limited to 'src')
-rw-r--r--src/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Makefile.am b/src/Makefile.am
index 828d573..e042272 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -70,4 +70,4 @@ inc_DATA = $(PP_SETUP_FILE)
LDADD=../grecs/src/libgrecs.a @SQLLIB@ @GPGMELIB@ @MAILUTILS_LIBS@
-INCLUDES = -I$(top_srcdir)/grecs/src/ @MAILUTILS_INCLUDES@
AM_CPPFLAGS= \
+ -I$(top_srcdir)/grecs/src/ @MAILUTILS_INCLUDES@\
-DSYSCONFDIR=\"$(sysconfdir)\"\

Return to:

Send suggestions and report system problems to the System administrator.