summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTim Moore <timoore@redhat.com>2009-04-20 10:10:14 +0200
committerTim Moore <timoore@redhat.com>2009-04-20 10:10:14 +0200
commit9a6d143c6e2c79cee1082d0455da92cfa78b03c7 (patch)
tree79159009a2c89e937a1763c273a632af236964f5
parentc6cc0049534b543878844c728dbdd3a06cbf7969 (diff)
downloadsystemtap-steved-9a6d143c6e2c79cee1082d0455da92cfa78b03c7.tar.gz
systemtap-steved-9a6d143c6e2c79cee1082d0455da92cfa78b03c7.tar.xz
systemtap-steved-9a6d143c6e2c79cee1082d0455da92cfa78b03c7.zip
results of autoreconf after merge of grapher
-rw-r--r--Makefile.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile.in b/Makefile.in
index f202cad5..9c80e321 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -374,8 +374,8 @@ EXAMPLE_SOURCE_DIR = $(srcdir)/testsuite/systemtap.examples
EXAMPLE_META_FILES = $(EXAMPLE_SOURCE_DIR)/*/*.meta
TEST_COV_DIR = coverage
# XXX: leaves behind man pages
-SUBDIRS = doc
-DIST_SUBDIRS = testsuite grapher $(SUBDIRS)
+SUBDIRS = doc grapher
+DIST_SUBDIRS = testsuite $(SUBDIRS)
# Any extra flags, such as:
# --define "with_docs 0"