summaryrefslogtreecommitdiff
path: root/examples/cppunittest
diff options
context:
space:
mode:
authorBaptiste Lepilleur <gaiacrtn@free.fr>2003-03-15 13:00:13 +0000
committerBaptiste Lepilleur <gaiacrtn@free.fr>2003-03-15 13:00:13 +0000
commit8dfa4eff94da388729ebb77fa804d3f37ad62fbb (patch)
tree7d568e32e6525e89340199b2a80c55fd80bbdab2 /examples/cppunittest
parentabf432989fde2d72cc56b8b1c8c825efd3ce15eb (diff)
downloadcppunit-8dfa4eff94da388729ebb77fa804d3f37ad62fbb.tar.gz
added missing project file
Diffstat (limited to 'examples/cppunittest')
-rw-r--r--examples/cppunittest/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/cppunittest/Makefile.am b/examples/cppunittest/Makefile.am
index 611a4e8..9bc43fa 100644
--- a/examples/cppunittest/Makefile.am
+++ b/examples/cppunittest/Makefile.am
@@ -1,4 +1,4 @@
-EXTRA_DIST = CppUnitTestMain.dsw CppUnitTestMain.dsp
+EXTRA_DIST = CppUnitTestMain.dsw CppUnitTestMain.dsp CppUnitTestPlugIn.dsp
TESTS = cppunittestmain
check_PROGRAMS = $(TESTS)