Annotation of sql/mysql/Makefile.am, revision 1.1

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$(MYSQL_INC)
        !            10: 
        !            11: lib_LTLIBRARIES = parser3mysql.la
        !            12: parser3mysql_la_SOURCES = parser3mysql.C parser3mysql.h
        !            13: parser3mysql_la_LIBADD = $(LIBLTDL)
        !            14: parser3mysql_la_LDFLAGS = -module -avoid-version

E-mail: