summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPhilip Withnall <philip.withnall@collabora.co.uk>2016-06-16 15:46:30 -0400
committerPhilip Withnall <philip.withnall@collabora.co.uk>2016-06-29 14:43:51 +0100
commitc9d661b4314316c8c622ce3230903817be9729ea (patch)
treeedc404ed801449fed69fcbac61615e96d2a8a85a
parent61c1e2db99ca25569bdd9231051272ccd26daaa2 (diff)
downloadglib-c9d661b4314316c8c622ce3230903817be9729ea.tar.gz
build: Ensure gio.stp.in is always distributed
Even if systemtap is not enabled in configure when running distcheck. https://bugzilla.gnome.org/show_bug.cgi?id=662802
-rw-r--r--gio/Makefile.am5
1 files changed, 3 insertions, 2 deletions
diff --git a/gio/Makefile.am b/gio/Makefile.am
index 4e05b2908..ff8aed099 100644
--- a/gio/Makefile.am
+++ b/gio/Makefile.am
@@ -776,11 +776,12 @@ CLEANFILES += gio_probes.h gio_probes.h.tmp
libgio_2_0_la_LIBADD += gio_probes.lo
endif
-if ENABLE_SYSTEMTAP
tapset_in_files = gio.stp.in
+EXTRA_DIST += $(tapset_in_files)
+
+if ENABLE_SYSTEMTAP
tapsetdir = @ABS_TAPSET_DIR@
tapset_DATA = $(tapset_in_files:.stp.in=.stp)
-EXTRA_DIST += $(tapset_in_files)
CLEANFILES += $(tapset_in_files:.stp.in=.stp)
$(tapset_DATA): %.stp: %.stp.in Makefile