[gjs] build+systemtap: Distribute tapset too
- From: Colin Walters <walters src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gjs] build+systemtap: Distribute tapset too
- Date: Wed, 15 Sep 2010 22:31:01 +0000 (UTC)
commit 7031bfadcf45eabd1252df7387c7889d706cd9fe
Author: Colin Walters <walters verbum org>
Date: Wed Sep 15 18:30:23 2010 -0400
build+systemtap: Distribute tapset too
https://bugzilla.gnome.org/show_bug.cgi?id=625090
Makefile-gi.am | 2 +-
Makefile.am | 4 ++--
2 files changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/Makefile-gi.am b/Makefile-gi.am
index ea6513c..1d2b3d2 100644
--- a/Makefile-gi.am
+++ b/Makefile-gi.am
@@ -49,8 +49,8 @@ gjs_gi_probes.o: gi/gjs_gi_probes.d
$(DTRACE) -G -s $< -o $@
BUILT_SOURCES += gjs_gi_probes.h gjs_gi_probes.o
libgjs_gi_la_LIBADD += gjs_gi_probes.o
-EXTRA_DIST += gi/gjs_gi_probes.d
endif
+EXTRA_DIST += gi/gjs_gi_probes.d
########################################################################
diff --git a/Makefile.am b/Makefile.am
index ae8e7c9..71e6a81 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -93,13 +93,13 @@ gjstest_files_with_tests += \
gjs/stack.c \
util/glib.c
+tapset_in_files = gjs/gjs.stp.in
+EXTRA_DIST += $(tapset_in_files)
if ENABLE_SYSTEMTAP
gjs/gjs.stp: gjs/gjs.stp.in Makefile
sed -e s,@EXPANDED_LIBDIR@,$(libdir), < $< > $ tmp && mv $ tmp $@
-tapset_in_files = gjs/gjs.stp.in
tapsetdir = $(DESTDIR)$(datadir)/systemtap/tapset
tapset_DATA = $(tapset_in_files:.stp.in=.stp)
-EXTRA_DIST += $(tapset_in_files)
endif
include Makefile-gjs-dbus.am
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]