add the lstdc++ dependency
robs [Tue, 20 Nov 2001 03:17:53 +0000 (03:17 +0000)]
libfcgi/Makefile.am

index 4bc83ca..af753e2 100644 (file)
@@ -1,4 +1,4 @@
-# $Id: Makefile.am,v 1.4 2001/11/20 02:30:24 robs Exp $
+# $Id: Makefile.am,v 1.5 2001/11/20 03:17:53 robs Exp $
 INCLUDEDIR  = $(srcdir)/../include
 CPPFLAGS    = @CPPFLAGS@ -I$(INCLUDEDIR)
 
@@ -20,3 +20,7 @@ EXTRA_libfcgi_la_SOURCES = \
                os_win32.c
 
 libfcgi_la_LIBADD = fcgio.lo
+
+# This is only needed if fcgio.cpp is compiled in (CXX is defined)
+libfcgi_la_LDFLAGS = -lstdc++
+