aboutsummaryrefslogtreecommitdiff
path: root/modules/mysql/Makefile.am
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org>2014-08-23 09:14:45 +0300
committerSergey Poznyakoff <gray@gnu.org>2014-08-23 09:14:45 +0300
commit1cb788cfec3dca18a2a06f30fb1e38826a51e89d (patch)
treeae430bfa847f38c9d2da565a07e21fda35626530 /modules/mysql/Makefile.am
parentd07192a4d563a46134cb6b206ee76a41ec6f2944 (diff)
downloadsmap-1cb788cfec3dca18a2a06f30fb1e38826a51e89d.tar.gz
smap-1cb788cfec3dca18a2a06f30fb1e38826a51e89d.tar.bz2
Update build system: use AP_CPPFLAGS instead of INCLUDES and upgrade grecs
Diffstat (limited to 'modules/mysql/Makefile.am')
-rw-r--r--modules/mysql/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/mysql/Makefile.am b/modules/mysql/Makefile.am
index 42728d0..e3962e7 100644
--- a/modules/mysql/Makefile.am
+++ b/modules/mysql/Makefile.am
@@ -21,4 +21,4 @@ mod_LTLIBRARIES=mysql.la
mysql_la_SOURCES = mysql.c
mysql_la_LIBADD = ../../lib/libsmap.la @MYSQL_LIBS@
AM_LDFLAGS = -module -avoid-version -no-undefined
-INCLUDES = -I$(top_srcdir)/include
+AM_CPPFLAGS = -I$(top_srcdir)/include

Return to:

Send suggestions and report system problems to the System administrator.