[Cppunit-devel] Typo in the money example
Brought to you by:
blep
From: <pe...@va...> - 2005-08-25 23:26:10
|
Hi! It seems to me the last line of the Makefile.am listing on the money example page is erroneous: -MoneyApp_LDFLAGS = -ldl +MoneyApp_LDADD = -ldl I had some trouble getting it right, so I wanted to let you know. Anyway, thanks for making and documenting what seems like a very neat unit testing package! Mattias |