diff options
| author | Bastiaan Bakker <bastiaan.bakker@lifeline.nl> | 2001-05-17 19:24:46 +0000 |
|---|---|---|
| committer | Bastiaan Bakker <bastiaan.bakker@lifeline.nl> | 2001-05-17 19:24:46 +0000 |
| commit | 15bf5fbb250670464df54ef9155cc3b391118523 (patch) | |
| tree | da7548e4445bc8fa27a3317bb29edf3108bc8dd2 /src/cppunit | |
| parent | e8aa70581a321cdda94e734b295d51d1fc3c1d7a (diff) | |
| download | cppunit-15bf5fbb250670464df54ef9155cc3b391118523.tar.gz | |
Merged fixes for distcheck target, contributed by Steve M. Robbins <steve@nyongwa.montreal.qc.ca>.
Diffstat (limited to 'src/cppunit')
| -rw-r--r-- | src/cppunit/Makefile.am | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/src/cppunit/Makefile.am b/src/cppunit/Makefile.am index 6a663bb..0e54067 100644 --- a/src/cppunit/Makefile.am +++ b/src/cppunit/Makefile.am @@ -1,10 +1,9 @@ # -# $Id: Makefile.am,v 1.2 2001-04-29 14:09:16 bastiaan Exp $ +# $Id: Makefile.am,v 1.3 2001-05-17 20:24:46 bastiaan Exp $ # EXTRA_DIST = cppunit.dsw cppunit.dsp - -cppunitdir=$(includedir)/cppunit +INCLUDES = -I$(top_srcdir)/include lib_LTLIBRARIES = libcppunit.la |
