diff options
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) |
