]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
Bug #1170: Don't install cppunit on "make install"
authorhno <>
Wed, 22 Dec 2004 18:23:16 +0000 (18:23 +0000)
committerhno <>
Wed, 22 Dec 2004 18:23:16 +0000 (18:23 +0000)
lib/Makefile.am

index 1a15749e1179a51ed9e6476cdc7dd1581faa8112..989e4efd356fbf88da3c21239d9dcd970e95fbf4 100644 (file)
@@ -1,11 +1,14 @@
 ## Process this file with automake to produce Makefile.in
 #
-#  $Id: Makefile.am,v 1.16 2004/12/20 16:30:32 robertc Exp $
+#  $Id: Makefile.am,v 1.17 2004/12/22 11:23:16 hno Exp $
 #
 
 DIST_SUBDIRS = libTrie cppunit-1.10.0
 SUBDIRS= libTrie @SQUID_CPPUNIT_DIR@
 
+install: all
+install-strip: all
+
 AM_CFLAGS = @SQUID_CFLAGS@
 AM_CXXFLAGS = @SQUID_CXXFLAGS@