Diff for /parser3/src/targets/cgi/Makefile.am between versions 1.14 and 1.45

version 1.14, 2001/09/05 11:02:02 version 1.45, 2002/09/24 12:01:02
Line 1 Line 1
 INCLUDES = -I../../classes -I../../types -I$(INCLTDL) -I../../sql  #this read configure.in comment on stdc++ about next line
   if DO_NOT_LINK_LIBSTDCPP
   CXXLD=$(CC)
   else
   CXXLD=$(CXX)
   endif
   
 #for sysadmin-controlled auto.p  INCLUDES = -I../../classes -I../../types -I../../sql -I../../lib/pcre -I../../lib/md5 -I$(INCLTDL) @XML_INCLUDES@
 CPPFLAGS+=-DSYSCONFDIR=\"$(sysconfdir)\"  PA_LIBS = ../../main/libmain.a ../../classes/libclasses.a ../../main/libmain.a ../../types/libtypes.a ../../classes/gd/libgd.a ../../lib/pcre/libpcre.a ../../lib/md5/libmd5.a $(LIBLTDL)
   
 bin_PROGRAMS = parser3  bin_PROGRAMS = parser3
 parser3_SOURCES = pa_pool.C pa_threads.C parser3.C  noinst_HEADERS = pool_storage.h getopt.h
 parser3_LDADD=../../main/libmain.a ../../classes/libclasses.a ../../main/libmain.a ../../types/libtypes.a $(LIBLTDL) ../../classes/gd/libgd.a ../../pcre/libpcre.a  parser3_DEPENDENCIES=Makefile $(PA_LIBS)
   parser3_SOURCES = pa_pool.C pa_threads.C parser3.C getopt.c
   parser3_LDADD= $(PA_LIBS) $(LIBADD_DL) @XML_LIBS@ @MIME_LIBS@
   EXTRA_DIST = parser3.dsp

Removed from v.1.14  
changed lines
  Added in v.1.45


E-mail: