diff options
author | Tommi Komulainen <tommi.komulainen@iki.fi> | 2008-11-12 14:15:17 +0000 |
---|---|---|
committer | Tommi Komulainen <tko@src.gnome.org> | 2008-11-12 14:15:17 +0000 |
commit | 5316e8a8e5d69dac8da17dadc195134849a8107d (patch) | |
tree | bd998e17478b23031abfa2b79e2902f7536a2b62 /tests/offsets | |
parent | 58a3fae37e0e71499f7b4cec9f9c78d0326ce2d9 (diff) | |
download | gobject-introspection-5316e8a8e5d69dac8da17dadc195134849a8107d.tar.gz |
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
svn path=/trunk/; revision=896
Diffstat (limited to 'tests/offsets')
-rw-r--r-- | tests/offsets/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/offsets/Makefile.am b/tests/offsets/Makefile.am index 456da610..57cfdfb7 100644 --- a/tests/offsets/Makefile.am +++ b/tests/offsets/Makefile.am @@ -46,7 +46,7 @@ gitestoffsets_CPPFLAGS = $(GIREPO_CFLAGS) -I$(top_srcdir)/girepository 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 |