From: roland Date: Thu, 25 Aug 2005 20:14:38 +0000 (+0000) Subject: 2005-08-25 Roland McGrath X-Git-Tag: release-0.3~9 X-Git-Url: https://sourceware.org/git/?a=commitdiff_plain;h=9de096aaaa2333cfb483a162fe6af7a075fe5f83;p=systemtap.git 2005-08-25 Roland McGrath * Makefile.am (EXTRA_DIST): Remove directory from wildcard file names. --- diff --git a/Makefile.am b/Makefile.am index 5526c7f70..465c3629a 100644 --- a/Makefile.am +++ b/Makefile.am @@ -30,8 +30,8 @@ loc2c_test_LDADD = @stap_LIBS@ # Get extra libs as needed LDADD = -EXTRA_DIST = testsuite runtest.sh $(wildcard $(srcdir)/*.h) systemtap.spec \ - runtime tapset +EXTRA_DIST = testsuite runtest.sh $(notdir $(wildcard $(srcdir)/*.h)) \ + systemtap.spec runtime tapset dist-hook: find $(distdir) -name CVS -o -name '*~' -o -name '.#*' | xargs rm -rf find $(distdir) -name '*.o' -o -name '*.ko' -o -name '*.cmd' -o -name '*.mod.c' -o -name '.??*' | xargs rm -rf @@ -94,4 +94,3 @@ uninstall-local: rm -rf $(DESTDIR)$(pkgdatadir) rm -rf $(DESTDIR)$(libexecdir)/$(PACKAGE) -rm -rf $(DESTDIR)$(localstatedir)/cache/$(PACKAGE) -