diff options
author | Werner Koch <[email protected]> | 1999-10-26 18:06:55 +0000 |
---|---|---|
committer | Werner Koch <[email protected]> | 1999-10-26 18:06:55 +0000 |
commit | 56146451ead319c517d0aa832a90fffb8c054603 (patch) | |
tree | ee9603e6b86ee18ba839c56c7354c3d9b9f29724 /Makefile.am | |
parent | See ChangeLog: Tue Oct 26 14:10:21 CEST 1999 Werner Koch (diff) | |
download | gnupg-56146451ead319c517d0aa832a90fffb8c054603.tar.gz gnupg-56146451ead319c517d0aa832a90fffb8c054603.zip |
See ChangeLog: Tue Oct 26 20:03:44 CEST 1999 Werner KochV1-1-0
Diffstat (limited to '')
-rw-r--r-- | Makefile.am | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/Makefile.am b/Makefile.am index 1d3bec696..20fad9107 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 |