diff options
author | Tim Moore <timoore@redhat.com> | 2009-04-20 10:10:14 +0200 |
---|---|---|
committer | Tim Moore <timoore@redhat.com> | 2009-04-20 10:10:14 +0200 |
commit | 9a6d143c6e2c79cee1082d0455da92cfa78b03c7 (patch) | |
tree | 79159009a2c89e937a1763c273a632af236964f5 | |
parent | c6cc0049534b543878844c728dbdd3a06cbf7969 (diff) | |
download | systemtap-steved-9a6d143c6e2c79cee1082d0455da92cfa78b03c7.tar.gz systemtap-steved-9a6d143c6e2c79cee1082d0455da92cfa78b03c7.tar.xz systemtap-steved-9a6d143c6e2c79cee1082d0455da92cfa78b03c7.zip |
results of autoreconf after merge of grapher
-rw-r--r-- | Makefile.in | 4 |
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" |