aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am9
1 files changed, 8 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index 2b765dd23..745cba252 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -33,7 +33,8 @@ DISTCLEANFILES = g10defs.h
# we need for the Prereq: patch file trick.
dist-hook:
@set -e; \
- for file in `cd $(top_srcdir); find . -type f -name distfiles`; do \
+ for file in `cd $(top_srcdir); \
+ find scripts mpi -type f -name distfiles`; do \
dir=`dirname $$file` ; $(mkinstalldirs) $(distdir)/$$dir ; \
for i in distfiles `cat $(top_srcdir)/$$file` ; do \
ln $(top_srcdir)/$$dir/$$i $(distdir)/$$dir/$$i 2> /dev/null \
@@ -45,3 +46,9 @@ dist-hook:
$(top_srcdir)/scripts/gnupg.spec.in \
> $(distdir)/scripts/gnupg.spec
echo "$(VERSION)" > $(distdir)/VERSION
+
+
+
+
+
+