From ad7d9b040b7a78e7ac14f7d3556b2eb5f09f5b81 Mon Sep 17 00:00:00 2001 From: Baptiste Lepilleur Date: Wed, 7 May 2003 19:07:17 +0000 Subject: 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 to add support for plug-in to hp-ux. --- src/cppunit/BeOsDynamicLibraryManager.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/cppunit/BeOsDynamicLibraryManager.cpp') diff --git a/src/cppunit/BeOsDynamicLibraryManager.cpp b/src/cppunit/BeOsDynamicLibraryManager.cpp index 677ff9d..b8568be 100644 --- a/src/cppunit/BeOsDynamicLibraryManager.cpp +++ b/src/cppunit/BeOsDynamicLibraryManager.cpp @@ -46,4 +46,4 @@ DynamicLibraryManager::getLastErrorDetail() const CPPUNIT_NS_END -#endif // defined(CPPUNIT_HAVE_BEOS_DLL_LOADER) \ No newline at end of file +#endif // defined(CPPUNIT_HAVE_BEOS_DLL_LOADER) -- cgit v1.2.1