mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-01-13 07:56:17 +01:00
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
This commit is contained in:
parent
f384d20d80
commit
14885a5b19
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user