[Debtags-commits] [svn] r1276 - in tagcoll/branches/refactor: . tagcoll tests tools

Peter Rockai mornfall-guest at costa.debian.org
Sun Aug 21 17:36:00 UTC 2005


Author: mornfall-guest
Date: Sun Aug 21 17:35:59 2005
New Revision: 1276

Modified:
   tagcoll/branches/refactor/   (props changed)
   tagcoll/branches/refactor/tagcoll/Makefile.am
   tagcoll/branches/refactor/tests/Makefile.am
   tagcoll/branches/refactor/tools/Makefile.am
Log:
 r8573 at lorien:  mornfall | 2005-08-21 19:35:54 +0200
 compile with builddir != srcdir, too


Modified: tagcoll/branches/refactor/tagcoll/Makefile.am
==============================================================================
--- tagcoll/branches/refactor/tagcoll/Makefile.am	(original)
+++ tagcoll/branches/refactor/tagcoll/Makefile.am	Sun Aug 21 17:35:59 2005
@@ -86,4 +86,4 @@
 
 libtagcoll1_la_LDFLAGS = -ltdb -version-info @LIBTAGCOLL_VERSION_INFO@
 
-INCLUDES = -I$(top_srcdir)/tests/ -DCOMPILE_TESTSUITE
+INCLUDES = -I$(top_srcdir) -DCOMPILE_TESTSUITE

Modified: tagcoll/branches/refactor/tests/Makefile.am
==============================================================================
--- tagcoll/branches/refactor/tests/Makefile.am	(original)
+++ tagcoll/branches/refactor/tests/Makefile.am	Sun Aug 21 17:35:59 2005
@@ -14,4 +14,4 @@
 	#test-tagset.cc
 #test_tagset_LDADD = ../tagcoll/libtagcoll1.la
 
-INCLUDES=-I..
+INCLUDES = -I$(top_srcdir)

Modified: tagcoll/branches/refactor/tools/Makefile.am
==============================================================================
--- tagcoll/branches/refactor/tools/Makefile.am	(original)
+++ tagcoll/branches/refactor/tools/Makefile.am	Sun Aug 21 17:35:59 2005
@@ -10,5 +10,5 @@
 taggrep_LDADD = ../tagcoll/libtagcoll1.la ../tagcoll/tagexpr/libtagexpr.la
 #$(LIBTAGCOLL1_LIBS)
 
-INCLUDES = -I..
+INCLUDES = -I$(top_srcdir)
 #$(LIBTAGCOLL1_CFLAGS)



More information about the Debtags-commits mailing list