[Cppunit-devel] Minor error in the Money Example
Brought to you by:
blep
From: CppUnit d. m. l. <cpp...@li...> - 2006-09-16 12:47:50
|
Hi, I noticed a small error in the Money Example ( file:///usr/share/doc/lib64cppunit2-devel-1.10.2/money_example.html) that prevent it to compile. The 2 last lines of the Makefile.am MoneyApp_LDFLAGS = $(CPPUNIT_LIBS) MoneyApp_LDFLAGS = -ldl Should be changed to MoneyApp_LDFLAGS = $(CPPUNIT_LIBS) -ldl Thanks a lot for this project. After enjoying JUnit, I was very please to see that someone spent the time and effort to make an equivalent project for C++ -ph -- Canis meus id comedit. |