summaryrefslogtreecommitdiff
path: root/src/cppunit
diff options
context:
space:
mode:
authorMarkus Mohrhard <markus.mohrhard@googlemail.com>2013-11-11 06:29:39 +0100
committerMarkus Mohrhard <markus.mohrhard@googlemail.com>2013-11-11 06:29:39 +0100
commit8133cf2b977f013216f0a41b6fcb740410d83926 (patch)
tree012f0c55f041c703b7f5be04616016c89890fc19 /src/cppunit
parenta91bb3b2b8cc5296a3d3c2f95d44e8d5dfa03224 (diff)
downloadcppunit-1.13.2.tar.gz
package windows project filescppunit-1.13.2
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