summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorWerner Koch <wk@gnupg.org>1999-10-26 18:06:45 +0000
committerWerner Koch <wk@gnupg.org>1999-10-26 18:06:45 +0000
commit156ac6fc1d942580677629a029b174c87a667463 (patch)
tree14eea3ef8e3054da8ad900ecc26469356e2b7353 /Makefile.am
parent3848e5906d751d2eb6c84e6bd1cf98e2cb3a8f3d (diff)
downloadlibgcrypt-156ac6fc1d942580677629a029b174c87a667463.tar.gz
See ChangeLog: Tue Oct 26 20:03:44 CEST 1999 Werner Koch
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am3
1 files changed, 1 insertions, 2 deletions
diff --git a/Makefile.am b/Makefile.am
index 1d3bec69..20fad910 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -17,7 +17,7 @@ else
checks = checks
endif
-SUBDIRS = intl zlib util mpi cipher tools g10 po doc ${checks} ${gcrypt}
+SUBDIRS = intl zlib util mpi cipher ${gcrypt} tools g10 po doc ${checks}
EXTRA_DIST = README-alpha VERSION PROJECTS BUGS
# gettext never gets it right, so we take here care of deleting the
# symlink. my_clean_gcrypt is just a kludge until we can include
@@ -37,7 +37,6 @@ dist-hook:
sed -e 's/@pkg_version@/$(VERSION)/g' \
$(top_srcdir)/scripts/gnupg.spec.in \
> $(distdir)/scripts/gnupg.spec
- -rm $(distdir)/gcrypt/*.[ch]
if MAINTAINER_MODE