diff options
| author | Bastiaan Bakker <bastiaan.bakker@lifeline.nl> | 2001-04-28 17:23:32 +0000 |
|---|---|---|
| committer | Bastiaan Bakker <bastiaan.bakker@lifeline.nl> | 2001-04-28 17:23:32 +0000 |
| commit | 6d95c46d9dc342bea176c8fbcd101db8eba24bef (patch) | |
| tree | 3a42ea08625f64972f520cbeda2da3c68bbe9692 /src/cppunit/Makefile.am | |
| parent | 7e4ccacdbcf2f78005447f16e49d339d2a70e9ca (diff) | |
| download | cppunit-6d95c46d9dc342bea176c8fbcd101db8eba24bef.tar.gz | |
Moved files in subdir cppunit to src/cppunit.
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) + + + + |
