diff options
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 16 |
1 files changed, 3 insertions, 13 deletions
diff --git a/Makefile.am b/Makefile.am index bf6e3e2da..f78406b23 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,25 +1,16 @@ ## Process this file with automake to produce Makefile.in -if COMPILE_LIBGCRYPT -gcrypt = gcrypt -my_clean_gcrypt = -else -gcrypt = -my_clean_gcrypt = gcrypt/Makefile -endif - if CROSS_COMPILING checks = else checks = checks endif -SUBDIRS = intl zlib util mpi cipher tools g10 po doc ${checks} ${gcrypt} +SUBDIRS = intl zlib util mpi cipher tools g10 po doc ${checks} EXTRA_DIST = 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 -# libgcrypt. -DISTCLEANFILES = g10defs.h intl/libintl.h ${my_clean_gcrypt} +# symlink. +DISTCLEANFILES = g10defs.h intl/libintl.h dist-hook: @set -e; \ @@ -34,7 +25,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 |