--- parser3/src/targets/apache13/modules/extra/Attic/Makefile.am 2001/04/24 14:49:42 1.3 +++ parser3/src/targets/apache13/modules/extra/Attic/Makefile.am 2001/05/18 12:58:07 1.6 @@ -1,7 +1,8 @@ -# $Id: Makefile.am,v 1.3 2001/04/24 14:49:42 paf Exp $ +# $Id: Makefile.am,v 1.6 2001/05/18 12:58:07 parser Exp $ -INCLUDES = -I../../../../include -I../../../../classes -I../../../../types -I$(INCLTDL) -I../../../../sql +APACHE13_SRC=../../../../../../apache-1.3/src/ -noinst_LIBRARIES = mod_parser3.a -mod_parser3_a_SOURCES = pa_pool.C mod_parser3.C -mod_parser3_a_LIBADD=../../../../main/libmain.a ../../../../classes/libclasses.a ../../../../main/libmain.a ../../../../types/libtypes.a $(LIBLTDL) ../../../../classes/gd/libgd.a ../../../../pcre/libpcre.a $(WIN32_ADDITIONAL_LIBS) +INCLUDES = -I../../../../include -I../../../../classes -I../../../../types $(INCLTDL) -I../../../../sql -I$(APACHE13_SRC)/include -I$(APACHE13_SRC)/os/unix + +noinst_LIBRARIES = libmod_parser3.a +libmod_parser3_a_SOURCES = pa_pool.C pa_threads.C mod_parser3.C