[Debtags-commits] [svn] r1307 - in libdebtags1/trunk: . swig/python
Peter Rockai
mornfall-guest at costa.debian.org
Tue Aug 23 13:50:57 UTC 2005
Author: mornfall-guest
Date: Tue Aug 23 13:50:57 2005
New Revision: 1307
Modified:
libdebtags1/trunk/ (props changed)
libdebtags1/trunk/swig/python/Makefile.am
Log:
r673 at nevrast: mornfall | 2005-08-23 15:48:44 +0200
More srcdir!=builddir fixes.
Modified: libdebtags1/trunk/swig/python/Makefile.am
==============================================================================
--- libdebtags1/trunk/swig/python/Makefile.am (original)
+++ libdebtags1/trunk/swig/python/Makefile.am Tue Aug 23 13:50:57 2005
@@ -8,8 +8,8 @@
_Debtags_la_LIBADD = ../../debtags/libdebtags1.la $(LIBTAGCOLL1_LIBS) -lapt-pkg
libdebtags_wrap_python.cc: ../libdebtags.i
- swig -python -c++ -o $@ -I/usr/include/tagcoll-1.0 -I../../ $<
+ swig -python -c++ -o $@ -I/usr/include/tagcoll-1.0 -I$(top_srcdir) $<
-INCLUDES = $(LIBTAGCOLL1_CFLAGS) -DSTATEDIR=\"$(statedir)\" -I/usr/include/python2.3
+INCLUDES = $(LIBTAGCOLL1_CFLAGS) -DSTATEDIR=\"$(statedir)\" -I/usr/include/python2.3 -I$(top_srcdir)
CLEANFILES = libdebtags_wrap_python.cc Debtags.py Debtags.pyc
More information about the Debtags-commits
mailing list