summaryrefslogtreecommitdiff
path: root/tests/offsets
diff options
context:
space:
mode:
authorKarl-Philipp Richter <krichter722@aol.de>2015-02-04 23:33:28 +0100
committerPhilip Chimento <philip.chimento@gmail.com>2018-02-08 22:22:43 -0800
commit517172616f37746ac55bb3634d07c37dbc83fd49 (patch)
treebd20038ed52cd39b4aad84c7ece7be486d415097 /tests/offsets
parent0fd053f485767a1a42f5e73c4f2f122027505731 (diff)
downloadgobject-introspection-517172616f37746ac55bb3634d07c37dbc83fd49.tar.gz
removing $(srcdir) because it is not replaced correctly and not necessary
See #120.
Diffstat (limited to 'tests/offsets')
-rw-r--r--tests/offsets/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/offsets/Makefile.am b/tests/offsets/Makefile.am
index a40e90bf..0df9c151 100644
--- a/tests/offsets/Makefile.am
+++ b/tests/offsets/Makefile.am
@@ -24,7 +24,7 @@ Offsets-1.0.gir: liboffsets.la offsets.h
Offsets_1_0_gir_INCLUDES = GObject-2.0
Offsets_1_0_gir_LIBS = liboffsets.la
Offsets_1_0_gir_PACKAGES = gobject-2.0
-Offsets_1_0_gir_FILES = $(srcdir)/offsets.h $(srcdir)/offsets.c
+Offsets_1_0_gir_FILES = offsets.h offsets.c
Offsets_1_0_gir_SCANNERFLAGS = $(INTROSPECTION_SCANNER_ARGS) --warn-all --warn-error -I$(top_srcdir)/tests
INTROSPECTION_GIRS += Offsets-1.0.gir