]> sourceware.org Git - systemtap.git/commitdiff
* Makefile.am:
authorwcohen <wcohen>
Wed, 21 Mar 2007 20:42:16 +0000 (20:42 +0000)
committerwcohen <wcohen>
Wed, 21 Mar 2007 20:42:16 +0000 (20:42 +0000)
       * Makefile.in: Correct SAMPLE_SRC.

ChangeLog
Makefile.am
Makefile.in

index 719dd38624a782c776b4ab8ea8393babc44e65d7..ac5073e17366f4b1b78baa729cfd489cf7423ab5 100644 (file)
--- 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
index 0a8aec2e4f2783db207920b23252c218e37fb9e1..00503ec7a79b7259f2417c76479c93d3532d9c6e 100644 (file)
@@ -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.
index 8ded1956d74112f7b0eaab01bab6197457b4a850..9016f7cf077510f64eb195238911b6531e8d9189 100644 (file)
@@ -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)
This page took 0.054385 seconds and 5 git commands to generate.