Annotation of sql/sqlite/Makefile.am, revision 1.15
1.1 misha 1: SUBDIRS = libltdl
1.12 moko 2: ACLOCAL_AMFLAGS = -I libltdl/m4
1.1 misha 3:
4: INCLUDES = -I../../parser3/src/sql $(INCLTDL) -I$(SQLITE_INC)
5:
6: noinst_HEADERS = config_includes.h
7: lib_LTLIBRARIES = libparser3sqlite.la
8: libparser3sqlite_la_SOURCES = parser3sqlite.C
9: libparser3sqlite_la_LDFLAGS = -module -avoid-version
10:
11: EXTRA_DIST=config_fixed.h parser3sqlite.sln parser3sqlite.vcproj
12:
13: commit:
14: # trick to make 'make' happy at check out time
1.12 moko 15: # and avoid redundant remaking: aclocal+autoconf+automake
1.1 misha 16:
1.12 moko 17: cvs commit -m "no message" -f aclocal.m4 Makefile.am Makefile.in configure.in configure config_auto.h.in
E-mail: