diff options
| author | Baptiste Lepilleur <gaiacrtn@free.fr> | 2005-06-14 20:32:05 +0000 |
|---|---|---|
| committer | Baptiste Lepilleur <gaiacrtn@free.fr> | 2005-06-14 20:32:05 +0000 |
| commit | 526cb25b7aeba90c8f5b93d74d713d0af79a3bd2 (patch) | |
| tree | 8504d067383cdcac6baa2fd802dc4044266e6d64 /src/cppunit | |
| parent | 2777d462a0ed2c1b3ad5f183ec6d4094d3f26db4 (diff) | |
| download | cppunit-526cb25b7aeba90c8f5b93d74d713d0af79a3bd2.tar.gz | |
MinGW, cygwin: enable build of shared library when using libtool. patch #1194394 contributed by Stéphane Fillod.
Diffstat (limited to 'src/cppunit')
| -rw-r--r-- | src/cppunit/Makefile.am | 4 |
1 files changed, 2 insertions, 2 deletions
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) |
