diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/DllPlugInTester/Makefile.am | 5 | ||||
| -rw-r--r-- | src/cppunit/Makefile.am | 9 |
2 files changed, 12 insertions, 2 deletions
diff --git a/src/DllPlugInTester/Makefile.am b/src/DllPlugInTester/Makefile.am index 0f7c438..2be2e22 100644 --- a/src/DllPlugInTester/Makefile.am +++ b/src/DllPlugInTester/Makefile.am @@ -1,4 +1,7 @@ -EXTRA_DIST = DllPlugInTester.dsp DllPlugInTesterTest.dsp +EXTRA_DIST = DllPlugInTester.dsp \ + DllPlugInTesterTest.dsp \ + DllPlugInTester.vcproj \ + DllPlugInTester.vcxproj INCLUDES = -I$(top_builddir)/include -I$(top_srcdir)/include 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 |
