summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorColin Walters <walters@verbum.org>2016-03-17 11:28:01 -0400
committerColin Walters <walters@verbum.org>2016-03-23 09:02:35 -0400
commit14885a5b1964f5a324714ce52302b48fa54515e9 (patch)
tree95fcef85ba69e4184b079c93162a674dedfe917b
parentf384d20d80fc36ba86f73a885838a4903604a5e0 (diff)
downloadglib-14885a5b1964f5a324714ce52302b48fa54515e9.tar.gz
build: Also dist Systemtap files always for gobject/
Mirrors https://git.gnome.org/browse/glib/commit/?id=ad2092bc680e434c3d17600988ec9b20f52eebef except I didn't also change gobject/. https://bugzilla.gnome.org/show_bug.cgi?id=763821
-rw-r--r--gobject/Makefile.am5
1 files changed, 3 insertions, 2 deletions
diff --git a/gobject/Makefile.am b/gobject/Makefile.am
index c19ece595..78bef1eaf 100644
--- a/gobject/Makefile.am
+++ b/gobject/Makefile.am
@@ -125,11 +125,12 @@ CLEANFILES += gobject_probes.h
libgobject_2_0_la_LIBADD += gobject_probes.lo
endif
-if ENABLE_SYSTEMTAP
tapset_in_files = gobject.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