diff options
| author | Baptiste Lepilleur <gaiacrtn@free.fr> | 2002-04-20 20:59:58 +0000 |
|---|---|---|
| committer | Baptiste Lepilleur <gaiacrtn@free.fr> | 2002-04-20 20:59:58 +0000 |
| commit | e108e04fa44e87fd9a4e0fd6f665f04ece8b2fdd (patch) | |
| tree | 293547f52c7369cb4ad98e953a9c01903000856d /src/DllPlugInTester | |
| parent | 7541b42da5138d42e1a784b856834dd79b022ac9 (diff) | |
| download | cppunit-e108e04fa44e87fd9a4e0fd6f665f04ece8b2fdd.tar.gz | |
removed ld.so
Diffstat (limited to 'src/DllPlugInTester')
| -rw-r--r-- | src/DllPlugInTester/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/DllPlugInTester/Makefile.am b/src/DllPlugInTester/Makefile.am index 1359af5..6c37f47 100644 --- a/src/DllPlugInTester/Makefile.am +++ b/src/DllPlugInTester/Makefile.am @@ -9,6 +9,6 @@ DllPlugInTester_SOURCES= DllPlugInTester.cpp \ CommandLineParser.cpp DllPlugInTester_LDADD= \ - $(top_builddir)/src/cppunit/libcppunit.la ld.so + $(top_builddir)/src/cppunit/libcppunit.la DllPlugInTester_LDFLAGS = -ldl |
