gobject-introspection r896 - in trunk: . tests/offsets
- From: tko svn gnome org
- To: svn-commits-list gnome org
- Subject: gobject-introspection r896 - in trunk: . tests/offsets
- Date: Wed, 12 Nov 2008 14:15:17 +0000 (UTC)
Author: tko
Date: Wed Nov 12 14:15:17 2008
New Revision: 896
URL: http://svn.gnome.org/viewvc/gobject-introspection?rev=896&view=rev
Log:
fix gen-gitestoffsets invocation with builddir != srcdir
2008-11-12 Tommi Komulainen <tommi komulainen iki fi>
* tests/offsets/Makefile.am (gitestoffsets.c): fix
gen-gitestoffsets invocation with builddir != srcdir
Modified:
trunk/ChangeLog
trunk/tests/offsets/Makefile.am
Modified: trunk/tests/offsets/Makefile.am
==============================================================================
--- trunk/tests/offsets/Makefile.am (original)
+++ trunk/tests/offsets/Makefile.am Wed Nov 12 14:15:17 2008
@@ -46,7 +46,7 @@
gitestoffsets_LDADD = $(top_builddir)/girepository/libgirepository.la $(GIREPO_LIBS)
gitestoffsets.c: gen-gitestoffsets offsets.h
- $(PYTHON) $(srcdir)/gen-gitestoffsets offsets.h > $@ || ( rm -f $@ && false )
+ $(PYTHON) $(srcdir)/gen-gitestoffsets $(srcdir)/offsets.h > $@ || ( rm -f $@ && false )
EXTRA_DIST += gen-gitestoffsets
BUILT_SOURCES += gitestoffsets.c
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]