Update of /cvsroot/cppunit/cppunit/src/cppunit
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv27544/src/cppunit
Modified Files:
Makefile.am
Log Message:
MinGW, cygwin: enable build of shared library when using libtool. patch #1194394 contributed by Stéphane Fillod.
Index: Makefile.am
===================================================================
RCS file: /cvsroot/cppunit/cppunit/src/cppunit/Makefile.am,v
retrieving revision 1.43
retrieving revision 1.44
diff -C2 -d -r1.43 -r1.44
*** Makefile.am 7 May 2003 20:07:17 -0000 1.43
--- Makefile.am 14 Jun 2005 21:28:46 -0000 1.44
***************
*** 63,67 ****
libcppunit_la_LDFLAGS= \
! -version-info $(LT_CURRENT):$(LT_REVISION):$(LT_AGE) \
-release $(LT_RELEASE)
--- 63,67 ----
libcppunit_la_LDFLAGS= \
! -no-undefined -version-info $(LT_CURRENT):$(LT_REVISION):$(LT_AGE) \
-release $(LT_RELEASE)
|