summaryrefslogtreecommitdiff
path: root/tests/warn/Makefile.am
diff options
context:
space:
mode:
authorKarl-Philipp Richter <krichter722@aol.de>2015-02-04 23:33:28 +0100
committerEmmanuele Bassi <ebassi@gnome.org>2017-05-04 22:50:00 +0100
commit17ef691e9b3ebd475b01d1e623d3df7b1f534dfa (patch)
tree1a46c50c6721d4ceb6b1febd58364de52ecf3cae /tests/warn/Makefile.am
parent5d4cd25292b8ed2c7a821ebe19fc5ab5d447db1a (diff)
downloadgobject-introspection-17ef691e9b3ebd475b01d1e623d3df7b1f534dfa.tar.gz
removing $(srcdir) because it is not replaced correctly and not necessary
https://bugzilla.gnome.org/show_bug.cgi?id=744021
Diffstat (limited to 'tests/warn/Makefile.am')
-rw-r--r--tests/warn/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/warn/Makefile.am b/tests/warn/Makefile.am
index 5f47df0a..f6307845 100644
--- a/tests/warn/Makefile.am
+++ b/tests/warn/Makefile.am
@@ -22,6 +22,6 @@ TESTS = \
unresolved-type.h
LOG_COMPILER = env PYTHONPATH=$(top_builddir):$(top_srcdir) TOP_BUILDDIR=$(top_builddir) UNINSTALLED_INTROSPECTION_SRCDIR=$(top_srcdir) \
- $(PYTHON) $(srcdir)/warningtester.py
+ $(PYTHON) warningtester.py
EXTRA_DIST = warningtester.py common.h $(TESTS)