Annotation of parser3/src/sql/mysql/Makefile.am, revision 1.3
1.3 ! paf 1: # $Id: Makefile.am,v 1.2 2001/04/17 19:00:48 paf Exp $
1.2 paf 2:
3: SUBDIRS = libltdl
4:
1.3 ! paf 5: LIBTOOL_DEPS = @LIBTOOL_DEPS@
! 6: libtool: $(LIBTOOL_DEPS)
! 7: $(SHELL) ./config.status --recheck
! 8:
! 9:
! 10:
! 11: INCLUDES = -I.. $(INCLTDL) -I$(MYSQL_INC)
1.2 paf 12:
1.1 paf 13: lib_LTLIBRARIES = parser3mysql.la
1.2 paf 14: parser3mysql_la_SOURCES = parser3mysql.C parser3mysql.h
15: parser3mysql_la_LIBADD = $(LIBLTDL)
1.1 paf 16: parser3mysql_la_LDFLAGS = -module -avoid-version
E-mail: