--- sql/sqlite/Makefile.am 2013/10/30 16:24:13 1.23 +++ sql/sqlite/Makefile.am 2015/10/26 16:34:31 1.26 @@ -1,7 +1,7 @@ SUBDIRS = libltdl ACLOCAL_AMFLAGS = -I libltdl/m4 -INCLUDES = -I../../parser3/src/sql $(INCLTDL) -I$(SQLITE_INC) +AM_CPPFLAGS = -I../../parser3/src/sql $(INCLTDL) -I$(SQLITE_INC) noinst_HEADERS = config_includes.h lib_LTLIBRARIES = libparser3sqlite.la @@ -15,4 +15,4 @@ commit: # trick to make 'make' happy at check out time # and avoid redundant remaking: aclocal+autoconf+automake - cvs commit -m "no message" -f aclocal.m4 Makefile.am Makefile.in configure.in configure config_auto.h.in + cvs commit -m "no message" -f aclocal.m4 Makefile.am Makefile.in configure.ac configure config_auto.h.in