summaryrefslogtreecommitdiff
path: root/src/DllPlugInTester
diff options
context:
space:
mode:
authorBaptiste Lepilleur <gaiacrtn@free.fr>2002-04-20 20:59:58 +0000
committerBaptiste Lepilleur <gaiacrtn@free.fr>2002-04-20 20:59:58 +0000
commite108e04fa44e87fd9a4e0fd6f665f04ece8b2fdd (patch)
tree293547f52c7369cb4ad98e953a9c01903000856d /src/DllPlugInTester
parent7541b42da5138d42e1a784b856834dd79b022ac9 (diff)
downloadcppunit-e108e04fa44e87fd9a4e0fd6f665f04ece8b2fdd.tar.gz
removed ld.so
Diffstat (limited to 'src/DllPlugInTester')
-rw-r--r--src/DllPlugInTester/Makefile.am2
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