Annotation of parser3/src/sql/oracle/Makefile.am, revision 1.4

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.4     ! parser      9: INCLUDES = -I.. $(INCLTDL) -I$(ORACLEOCI_INC) -I$(ORACLEPUBLIC_INC)
1.1       parser     10: 
1.2       parser     11: lib_LTLIBRARIES = parser3oracle.la
                     12: parser3oracle_la_SOURCES = parser3oracle.C config_includes.h
                     13: parser3oracle_la_LIBADD = $(LIBLTDL)
                     14: parser3oracle_la_LDFLAGS = -module -avoid-version

E-mail: