[Debtags-commits] [svn] r1306 - in tagcoll/branches/refactor: .
tagcoll/tagexpr
Peter Rockai
mornfall-guest at costa.debian.org
Tue Aug 23 13:47:45 UTC 2005
Author: mornfall-guest
Date: Tue Aug 23 13:47:43 2005
New Revision: 1306
Modified:
tagcoll/branches/refactor/ (props changed)
tagcoll/branches/refactor/tagcoll/tagexpr/Makefile.am
Log:
r671 at nevrast: mornfall | 2005-08-23 15:45:30 +0200
More builddir != srcdir fixes.
Modified: tagcoll/branches/refactor/tagcoll/tagexpr/Makefile.am
==============================================================================
--- tagcoll/branches/refactor/tagcoll/tagexpr/Makefile.am (original)
+++ tagcoll/branches/refactor/tagcoll/tagexpr/Makefile.am Tue Aug 23 13:47:43 2005
@@ -10,6 +10,6 @@
TagexprParser.cc \
Tagexpr_parser_y.yy Tagexpr_parser_l.ll
-INCLUDES = -I..
+INCLUDES = -I$(top_srcdir)
AM_YFLAGS = -d
More information about the Debtags-commits
mailing list