[Debtags-commits] [svn] r1279 - in libdebtags1/trunk: . debtags
tests
Peter Rockai
mornfall-guest at costa.debian.org
Sun Aug 21 18:23:13 UTC 2005
Author: mornfall-guest
Date: Sun Aug 21 18:23:12 2005
New Revision: 1279
Modified:
libdebtags1/trunk/ (props changed)
libdebtags1/trunk/debtags/Makefile.am
libdebtags1/trunk/tests/Makefile.am
Log:
r8583 at lorien: mornfall | 2005-08-21 20:22:48 +0200
Compile with builddir != srcdir.
Modified: libdebtags1/trunk/debtags/Makefile.am
==============================================================================
--- libdebtags1/trunk/debtags/Makefile.am (original)
+++ libdebtags1/trunk/debtags/Makefile.am Sun Aug 21 18:23:12 2005
@@ -50,4 +50,4 @@
libdebtags1_la_LDFLAGS = -version-info @LIBDEBTAGS_VERSION_INFO@
libdebtags1_la_LIBADD = $(LIBTAGCOLL1_LIBS)
-INCLUDES = $(LIBTAGCOLL1_CFLAGS) -DSTATEDIR='"$(databasedir)"' -DCOMPILE_TESTSUITE -I$(top_srcdir)/tests
+INCLUDES = $(LIBTAGCOLL1_CFLAGS) -DSTATEDIR='"$(databasedir)"' -DCOMPILE_TESTSUITE -I$(top_srcdir)
Modified: libdebtags1/trunk/tests/Makefile.am
==============================================================================
--- libdebtags1/trunk/tests/Makefile.am (original)
+++ libdebtags1/trunk/tests/Makefile.am Sun Aug 21 18:23:12 2005
@@ -25,4 +25,4 @@
#ex_showfacetimpl_SOURCES = ex-showfacetimpl.cc
#ex_showfacetimpl_LDADD = ../debtags/libdebtags1.a @LIBTAGCOLL1_LIBS@ -lapt-pkg
-INCLUDES=@LIBTAGCOLL1_CFLAGS@
+INCLUDES=@LIBTAGCOLL1_CFLAGS@ -I$(top_srcdir)
More information about the Debtags-commits
mailing list