[Debtags-commits] [svn] r1609 - in tagcoll/trunk: . bench

Peter Rockai mornfall-guest at costa.debian.org
Thu Feb 23 11:13:25 UTC 2006


Author: mornfall-guest
Date: Thu Feb 23 11:13:25 2006
New Revision: 1609

Modified:
   tagcoll/trunk/   (props changed)
   tagcoll/trunk/bench/Makefile.am
Log:
 r8295 at lorien:  mornfall | 2005-08-09 22:07:32 +0200
 branch
 r9366 at lorien:  mornfall | 2006-02-23 12:11:15 +0100
 Compile with srcdir != builddir.


Modified: tagcoll/trunk/bench/Makefile.am
==============================================================================
--- tagcoll/trunk/bench/Makefile.am	(original)
+++ tagcoll/trunk/bench/Makefile.am	Thu Feb 23 11:13:25 2006
@@ -6,6 +6,6 @@
 	collection.cc 
 benchmark_LDADD = ../tagcoll/libtagcoll.la
 
-INCLUDES = -I..
+INCLUDES = -I$(top_srcdir)
 
 EXTRA_DIST = Benchmark.h



More information about the Debtags-commits mailing list