diff options
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile.am b/Makefile.am index 2bdf5965..33563719 100644 --- a/Makefile.am +++ b/Makefile.am @@ -265,8 +265,8 @@ uninstall-local: rm -rf $(DESTDIR)$(sysconfdir)/systemtap # XXX: leaves behind man pages -SUBDIRS = doc -DIST_SUBDIRS = testsuite grapher $(SUBDIRS) +SUBDIRS = doc grapher +DIST_SUBDIRS = testsuite $(SUBDIRS) check-local: SRCDIR=`cd $(srcdir); pwd`; \ |