summaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
authorBaptiste Lepilleur <gaiacrtn@free.fr>2003-03-15 13:54:34 +0000
committerBaptiste Lepilleur <gaiacrtn@free.fr>2003-03-15 13:54:34 +0000
commit0cc133fe16dbae50a9695b862d018602c62374c0 (patch)
tree7e1f514b77c0cac9d3325de9a97b60736f7c505c /examples
parent8dfa4eff94da388729ebb77fa804d3f37ad62fbb (diff)
downloadcppunit-0cc133fe16dbae50a9695b862d018602c62374c0.tar.gz
added missing project file
Diffstat (limited to 'examples')
-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 9bc43fa..1112a01 100644
--- a/examples/cppunittest/Makefile.am
+++ b/examples/cppunittest/Makefile.am
@@ -1,4 +1,4 @@
-EXTRA_DIST = CppUnitTestMain.dsw CppUnitTestMain.dsp CppUnitTestPlugIn.dsp
+EXTRA_DIST = CppUnitTestMain.dsw CppUnitTestMain.dsp CppUnitTestPlugIn.dsp CppUnitTestPlugIn.cpp
TESTS = cppunittestmain
check_PROGRAMS = $(TESTS)