--- sql/sqlite/Makefile.am 2012/06/14 12:58:43 1.19 +++ sql/sqlite/Makefile.am 2021/02/01 18:59:52 1.30 @@ -1,11 +1,11 @@ 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 -libparser3sqlite_la_SOURCES = parser3sqlite.C +libparser3sqlite_la_SOURCES = parser3sqlite.C regexp.C libparser3sqlite_la_LDFLAGS = -module -avoid-version libparser3sqlite_la_LIBADD = $(LIBLTDL) @@ -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