diff options
Diffstat (limited to 'src/cppunit/Makefile.am')
| -rw-r--r-- | src/cppunit/Makefile.am | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/src/cppunit/Makefile.am b/src/cppunit/Makefile.am new file mode 100644 index 0000000..e883bbf --- /dev/null +++ b/src/cppunit/Makefile.am @@ -0,0 +1,27 @@ +# +# $Id: Makefile.am,v 1.1 2001-04-28 18:23:32 bastiaan Exp $ +# + +EXTRA_DIST = cppunit.dsw cppunit.dsp + +cppunitdir=$(includedir)/cppunit + +lib_LTLIBRARIES = libcppunit.la + +libcppunit_la_SOURCES = \ + TestCase.cpp \ + TestSuite.cpp \ + TestResult.cpp \ + TestFailure.cpp \ + TestRegistry.cpp \ + Exception.cpp \ + TextTestResult.cpp \ + estring.h + +libcppunit_la_LDFLAGS= \ + -version-info $(LT_CURRENT):$(LT_REVISION):$(LT_AGE) \ + -release $(LT_RELEASE) + + + + |
