--- sql/sqlite/Makefile.am 2012/06/27 08:25:43 1.22 +++ sql/sqlite/Makefile.am 2017/02/07 15:53:27 1.28 @@ -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