From 15bf5fbb250670464df54ef9155cc3b391118523 Mon Sep 17 00:00:00 2001 From: Bastiaan Bakker Date: Thu, 17 May 2001 19:24:46 +0000 Subject: Merged fixes for distcheck target, contributed by Steve M. Robbins . --- src/cppunit/Makefile.am | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'src/cppunit') 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 -- cgit v1.2.1