Annotation of parser3/src/sql/pgsql/Makefile.am, revision 1.2

1.1       parser      1: SUBDIRS = libltdl
                      2: 
                      3: LIBTOOL_DEPS = @LIBTOOL_DEPS@
                      4: libtool: $(LIBTOOL_DEPS)
                      5:        $(SHELL) ./config.status --recheck
                      6: 
                      7: 
                      8: 
                      9: INCLUDES = -I.. $(INCLTDL) -I$(PGSQL_INC)
                     10: 
                     11: lib_LTLIBRARIES = parser3pgsql.la
1.2     ! parser     12: parser3pgsql_la_SOURCES = parser3pgsql.C config_includes.h
1.1       parser     13: parser3pgsql_la_LIBADD = $(LIBLTDL)
                     14: parser3pgsql_la_LDFLAGS = -module -avoid-version

E-mail: