--- sql/sqlite/Makefile.am 2012/06/11 20:59:42 1.15 +++ sql/sqlite/Makefile.am 2021/02/01 18:59:52 1.30 @@ -1,12 +1,13 @@ 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) EXTRA_DIST=config_fixed.h parser3sqlite.sln parser3sqlite.vcproj @@ -14,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