summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorwcohen <wcohen>2007-03-21 20:42:16 +0000
committerwcohen <wcohen>2007-03-21 20:42:16 +0000
commit2686f60a7ab0ae2aa58a84bf7fae0ae0ddca4b1b (patch)
treead28c8da6907d10eb842c78649eeadecb5910d4e
parent0cd5fd1ed0a5e8d086d2ba1ea2bbd8fc0ed0b519 (diff)
downloadsystemtap-steved-2686f60a7ab0ae2aa58a84bf7fae0ae0ddca4b1b.tar.gz
systemtap-steved-2686f60a7ab0ae2aa58a84bf7fae0ae0ddca4b1b.tar.xz
systemtap-steved-2686f60a7ab0ae2aa58a84bf7fae0ae0ddca4b1b.zip
* Makefile.am:
* Makefile.in: Correct SAMPLE_SRC.
-rw-r--r--ChangeLog5
-rw-r--r--Makefile.am14
-rw-r--r--Makefile.in14
3 files changed, 19 insertions, 14 deletions
diff --git a/ChangeLog b/ChangeLog
index 719dd386..ac5073e1 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2007-03-21 Will Cohen <wcohen@redhat.com>
+
+ * Makefile.am:
+ * Makefile.in: Correct SAMPLE_SRC.
+
2007-03-21 David Smith <dsmith@redhat.com>
PR 4146
diff --git a/Makefile.am b/Makefile.am
index 0a8aec2e..00503ec7 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -76,13 +76,13 @@ EXTRA_DIST = buildrun.h elaborate.h loc2c.h session.h \
SAMPLE_DEST_DIR = $(distdir)/examples/samples
-SAMPLE_SRC = $(distdir)/testsuite/systemtap.samples/iotask.stp \
- $(distdir)/testsuite/systemtap.samples/kmalloc-stacks.stp \
- $(distdir)/testsuite/systemtap.samples/kmalloc-top \
- $(distdir)/testsuite/systemtap.samples/pfaults.stp \
- $(distdir)/testsuite/systemtap.samples/profile.stp \
- $(distdir)/testsuite/systemtap.samples/tcp_connections.stp \
- $(distdir)/testsuite/systemtap.samples/topsys.stp
+SAMPLE_SRC = $(srcdir)/testsuite/systemtap.samples/iotask.stp \
+ $(srcdir)/testsuite/systemtap.samples/kmalloc-stacks.stp \
+ $(srcdir)/testsuite/systemtap.samples/kmalloc-top \
+ $(srcdir)/testsuite/systemtap.samples/pfaults.stp \
+ $(srcdir)/testsuite/systemtap.samples/profile.stp \
+ $(srcdir)/testsuite/systemtap.samples/tcp_connections.stp \
+ $(srcdir)/testsuite/systemtap.samples/topsys.stp
# Copy some of the testsuite sample scripts to the distdir
# 'examples/samples' directory.
diff --git a/Makefile.in b/Makefile.in
index 8ded1956..9016f7cf 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -288,13 +288,13 @@ EXTRA_DIST = buildrun.h elaborate.h loc2c.h session.h \
examples testsuite systemtap.spec runtime tapset
SAMPLE_DEST_DIR = $(distdir)/examples/samples
-SAMPLE_SRC = $(distdir)/testsuite/systemtap.samples/iotask.stp \
- $(distdir)/testsuite/systemtap.samples/kmalloc-stacks.stp \
- $(distdir)/testsuite/systemtap.samples/kmalloc-top \
- $(distdir)/testsuite/systemtap.samples/pfaults.stp \
- $(distdir)/testsuite/systemtap.samples/profile.stp \
- $(distdir)/testsuite/systemtap.samples/tcp_connections.stp \
- $(distdir)/testsuite/systemtap.samples/topsys.stp
+SAMPLE_SRC = $(srcdir)/testsuite/systemtap.samples/iotask.stp \
+ $(srcdir)/testsuite/systemtap.samples/kmalloc-stacks.stp \
+ $(srcdir)/testsuite/systemtap.samples/kmalloc-top \
+ $(srcdir)/testsuite/systemtap.samples/pfaults.stp \
+ $(srcdir)/testsuite/systemtap.samples/profile.stp \
+ $(srcdir)/testsuite/systemtap.samples/tcp_connections.stp \
+ $(srcdir)/testsuite/systemtap.samples/topsys.stp
TEST_COV_DIR = coverage
SUBDIRS = testsuite $(am__append_4)