diff options
| author | Baptiste Lepilleur <gaiacrtn@free.fr> | 2003-05-07 19:07:17 +0000 |
|---|---|---|
| committer | Baptiste Lepilleur <gaiacrtn@free.fr> | 2003-05-07 19:07:17 +0000 |
| commit | ad7d9b040b7a78e7ac14f7d3556b2eb5f09f5b81 (patch) | |
| tree | dbfd72bd0f17fbf40d857aa14c121cf0a53f9aa8 /examples/cppunittest | |
| parent | 31ca191eaeffb4288f01b78d64535c70a07473f2 (diff) | |
| download | cppunit-ad7d9b040b7a78e7ac14f7d3556b2eb5f09f5b81.tar.gz | |
Makefile.
Makefile.am
* configure.in
* config/ac_dll.m4
* examples/cppunittest/Makefile.am
* examples/hierarchy/Makefile.am
* examples/money/Makefile.am
* examples/simple/Makefile.am
* include/cppunit/config/SelectDllLoader.h
* include/cppunit/plugin/TestPlugIn.h
* include/cppunit/tools/Algorithm.h
* src/DllPlugInTester/Makefile.am
* src/cppunit/Makefile.am
* src/cppunit/TestDecorator.cpp
* src/cppunit/ShlDynamicLibraryManager.cpp
* src/cppunit/UnixDynamicLibraryManager.cpp
* src/cppunit/Win32DynamicLibraryManager.cpp: applied patch from
Abdessattar Sassi <abdesassi@users.sourceforge.net> to add support
for plug-in to hp-ux.
Diffstat (limited to 'examples/cppunittest')
| -rw-r--r-- | examples/cppunittest/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/cppunittest/Makefile.am b/examples/cppunittest/Makefile.am index 1112a01..0b22541 100644 --- a/examples/cppunittest/Makefile.am +++ b/examples/cppunittest/Makefile.am @@ -76,6 +76,6 @@ cppunittestmain_SOURCES = \ cppunittestmain_LDADD= \ $(top_builddir)/src/cppunit/libcppunit.la -cppunittestmain_LDFLAGS = -ldl +cppunittestmain_LDFLAGS = $(LIBADD_DL) |
