# # $Id: Makefile.am,v 1.10 2001-07-07 19:12:41 smr99 Exp $ # EXTRA_DIST = cppunit.dsw cppunit.dsp INCLUDES = -I$(top_builddir)/include -I$(top_srcdir)/include lib_LTLIBRARIES = libcppunit.la libcppunit_la_SOURCES = \ NotEqualException.cpp \ RepeatedTest.cpp \ TestAssert.cpp \ TestCase.cpp \ TestSuite.cpp \ TestResult.cpp \ TestFailure.cpp \ TestRegistry.cpp \ Exception.cpp \ TextTestResult.cpp \ TextTestRunner.cpp \ TestFactoryRegistry.cpp \ TypeInfoHelper.cpp libcppunit_la_LDFLAGS= \ -version-info $(LT_CURRENT):$(LT_REVISION):$(LT_AGE) \ -release $(LT_RELEASE)