--- parser3/src/targets/cgi/Makefile.am 2001/03/21 14:06:52 1.2 +++ parser3/src/targets/cgi/Makefile.am 2001/04/16 11:26:54 1.2.2.1 @@ -1,7 +1,7 @@ -# $Id: Makefile.am,v 1.2 2001/03/21 14:06:52 paf Exp $ +# $Id: Makefile.am,v 1.2.2.1 2001/04/16 11:26:54 paf Exp $ -INCLUDES = -I../../include -I../../classes -I../../types +INCLUDES = -I../../include -I../../classes -I../../types -I$(INCLTDL) -I../../sql bin_PROGRAMS = parser3 parser3_SOURCES = pa_pool.C parser3.C -parser3_LDADD = ../../main/libmain.a ../../classes/libclasses.a ../../types/libtypes.a +parser3_LDADD = ../../main/libmain.a ../../classes/libclasses.a ../../classes/gd/libgd.a ../../types/libtypes.a $(LIBLTDL)