--- parser3/src/main/Makefile.in 2001/04/23 15:16:05 1.1 +++ parser3/src/main/Makefile.in 2001/05/10 17:28:16 1.2 @@ -10,7 +10,7 @@ # even the implied warranty of MERCHANTABILITY or FITNESS FOR A # PARTICULAR PURPOSE. -# $Id: Makefile.in,v 1.1 2001/04/23 15:16:05 paf Exp $ +# $Id: Makefile.in,v 1.2 2001/05/10 17:28:16 paf Exp $ SHELL = @SHELL@ @@ -77,10 +77,10 @@ OBJDUMP = @OBJDUMP@ PACKAGE = @PACKAGE@ RANLIB = @RANLIB@ VERSION = @VERSION@ +WIN32_ADDITIONAL_LIBS = @WIN32_ADDITIONAL_LIBS@ YACC = @YACC@ host_os = @host_os@ -mysql = @mysql@ -INCLUDES = -I../include -I../types -I../classes -I../sql -I../pcre +INCLUDES = -I../include -I../types -I../classes -I../sql -I../pcre -I../libltdl noinst_LIBRARIES = libmain.a libmain_a_SOURCES = compile.C compile.tab.C compile_tools.C execute.C pa_array.C pa_common.C pa_exception.C pa_globals.C pa_hash.C pa_pool.C pa_request.C pa_string.C pa_table.C untaint.C pa_dir.C pa_exec.C pa_socks.C pa_sql_driver_manager.C mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs