summaryrefslogtreecommitdiff
path: root/tests/Makefile.am
diff options
context:
space:
mode:
authorEmmanuele Bassi <ebassi@gnome.org>2017-05-04 23:12:45 +0100
committerEmmanuele Bassi <ebassi@gnome.org>2017-05-04 23:12:45 +0100
commit2d7cb109011b694904653eb6969049be36011cf8 (patch)
treedd10b6477768aa289e168360a47a468f438aece2 /tests/Makefile.am
parentf167c42e4b4789f9a905f5ecbcd74410751909ce (diff)
downloadgobject-introspection-2d7cb109011b694904653eb6969049be36011cf8.tar.gz
Revert "removing $(srcdir) because it is not replaced correctly and not necessary"
This reverts commit 17ef691e9b3ebd475b01d1e623d3df7b1f534dfa. This breaks builddir != srcdir builds, like GNOME Continuous.
Diffstat (limited to 'tests/Makefile.am')
-rw-r--r--tests/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/Makefile.am b/tests/Makefile.am
index 45a768d1..bdd0fa7c 100644
--- a/tests/Makefile.am
+++ b/tests/Makefile.am
@@ -68,7 +68,7 @@ GIMarshallingTests-1.0.gir: libgimarshallingtests-1.0.la Makefile
--add-include-path=$(top_builddir) --include=Gio-2.0 \
--library=libgimarshallingtests-1.0.la --output=$@ \
--c-include="tests/gimarshallingtests.h" \
- gimarshallingtests.h gimarshallingtests.c
+ $(srcdir)/gimarshallingtests.h $(srcdir)/gimarshallingtests.c
%.typelib: %.gir
$(AM_V_GEN) $(INTROSPECTION_COMPILER) $(INTROSPECTION_COMPILER_ARGS) $< -o $@