Annotation of sql/pgsql/Makefile.am, revision 1.3
1.1 parser 1: SUBDIRS = libltdl
2:
3: LIBTOOL_DEPS = @LIBTOOL_DEPS@
4: libtool: $(LIBTOOL_DEPS)
5: $(SHELL) ./config.status --recheck
6:
7:
8:
1.2 parser 9: INCLUDES = -I../parser3/src/sql $(INCLTDL) -I$(PGSQL_INC)
1.1 parser 10:
1.3 ! paf 11: lib_LTLIBRARIES = libparser3pgsql.la
! 12: libparser3pgsql_la_SOURCES = parser3pgsql.C config_includes.h
! 13: libparser3pgsql_la_LIBADD = $(LIBLTDL)
! 14: libparser3pgsql_la_LDFLAGS = -module -avoid-version
E-mail: