diff options
| author | Markus Mohrhard <markus.mohrhard@googlemail.com> | 2017-01-01 19:28:02 +0100 |
|---|---|---|
| committer | Markus Mohrhard <markus.mohrhard@googlemail.com> | 2017-01-01 19:28:02 +0100 |
| commit | e43bfbf604f8b4e48b8a30bcfa702fdc5043ba85 (patch) | |
| tree | 696b24f85afd4176a3bd33f23e6b9a0883936267 /src/cppunit | |
| parent | ffea468d58ebef7ccacd925eb9268a0148156851 (diff) | |
| download | cppunit-e43bfbf604f8b4e48b8a30bcfa702fdc5043ba85.tar.gz | |
fix the distcheck build and remove refs to deleted files
Diffstat (limited to 'src/cppunit')
| -rw-r--r-- | src/cppunit/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cppunit/Makefile.am b/src/cppunit/Makefile.am index 7be8b4f..7134bad 100644 --- a/src/cppunit/Makefile.am +++ b/src/cppunit/Makefile.am @@ -2,7 +2,7 @@ # $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 = DllMain.cpp AM_CPPFLAGS = -I$(top_builddir)/include -I$(top_srcdir)/include lib_LTLIBRARIES = libcppunit.la |
