From 526cb25b7aeba90c8f5b93d74d713d0af79a3bd2 Mon Sep 17 00:00:00 2001 From: Baptiste Lepilleur Date: Tue, 14 Jun 2005 20:32:05 +0000 Subject: =?UTF-8?q?MinGW,=20cygwin:=20enable=20build=20of=20shared=20libra?= =?UTF-8?q?ry=20when=20using=20libtool.=20patch=20#1194394=20contributed?= =?UTF-8?q?=20by=20St=C3=A9phane=20Fillod.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/cppunit/Makefile.am | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/cppunit') diff --git a/src/cppunit/Makefile.am b/src/cppunit/Makefile.am index cdb03ce..c03b78e 100644 --- a/src/cppunit/Makefile.am +++ b/src/cppunit/Makefile.am @@ -1,5 +1,5 @@ # -# $Id: Makefile.am,v 1.43 2003-05-07 20:07:17 blep Exp $ +# $Id: Makefile.am,v 1.44 2005-06-14 21:28:46 blep Exp $ # EXTRA_DIST = cppunit.dsp cppunit_dll.dsp DllMain.cpp @@ -62,6 +62,6 @@ libcppunit_la_SOURCES = \ Win32DynamicLibraryManager.cpp libcppunit_la_LDFLAGS= \ - -version-info $(LT_CURRENT):$(LT_REVISION):$(LT_AGE) \ + -no-undefined -version-info $(LT_CURRENT):$(LT_REVISION):$(LT_AGE) \ -release $(LT_RELEASE) -- cgit v1.2.1