summaryrefslogtreecommitdiff
path: root/src/cppunit
diff options
context:
space:
mode:
Diffstat (limited to 'src/cppunit')
-rw-r--r--src/cppunit/Makefile.am9
1 files changed, 8 insertions, 1 deletions
diff --git a/src/cppunit/Makefile.am b/src/cppunit/Makefile.am
index 15cc24d..7b155bb 100644
--- a/src/cppunit/Makefile.am
+++ b/src/cppunit/Makefile.am
@@ -2,7 +2,14 @@
# $Id: Makefile.am,v 1.44 2005-06-14 21:28:46 blep Exp $
#
-EXTRA_DIST = cppunit.dsp cppunit_dll.dsp DllMain.cpp
+EXTRA_DIST = cppunit.dsp \
+ cppunit_dll.dsp \
+ DllMain.cpp \
+ cppunit.vcproj \
+ cppunit.vcxproj \
+ cppunit_dll.vcproj \
+ cppunit_dll.vcxproj
+
INCLUDES = -I$(top_builddir)/include -I$(top_srcdir)/include
lib_LTLIBRARIES = libcppunit.la