mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-01-27 06:26:15 +01:00
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
This commit is contained in:
parent
61c1e2db99
commit
c9d661b431
@ -776,11 +776,12 @@ CLEANFILES += gio_probes.h gio_probes.h.tmp
|
|||||||
libgio_2_0_la_LIBADD += gio_probes.lo
|
libgio_2_0_la_LIBADD += gio_probes.lo
|
||||||
endif
|
endif
|
||||||
|
|
||||||
if ENABLE_SYSTEMTAP
|
|
||||||
tapset_in_files = gio.stp.in
|
tapset_in_files = gio.stp.in
|
||||||
|
EXTRA_DIST += $(tapset_in_files)
|
||||||
|
|
||||||
|
if ENABLE_SYSTEMTAP
|
||||||
tapsetdir = @ABS_TAPSET_DIR@
|
tapsetdir = @ABS_TAPSET_DIR@
|
||||||
tapset_DATA = $(tapset_in_files:.stp.in=.stp)
|
tapset_DATA = $(tapset_in_files:.stp.in=.stp)
|
||||||
EXTRA_DIST += $(tapset_in_files)
|
|
||||||
CLEANFILES += $(tapset_in_files:.stp.in=.stp)
|
CLEANFILES += $(tapset_in_files:.stp.in=.stp)
|
||||||
|
|
||||||
$(tapset_DATA): %.stp: %.stp.in Makefile
|
$(tapset_DATA): %.stp: %.stp.in Makefile
|
||||||
|
Loading…
Reference in New Issue
Block a user