From 9a6d143c6e2c79cee1082d0455da92cfa78b03c7 Mon Sep 17 00:00:00 2001 From: Tim Moore Date: Mon, 20 Apr 2009 10:10:14 +0200 Subject: [PATCH] results of autoreconf after merge of grapher --- Makefile.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile.in b/Makefile.in index f202cad51..9c80e321f 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" -- 2.43.5