aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am7
1 files changed, 6 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index 0868a48cb..e3add598e 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -2,13 +2,18 @@
if COMPILE_LIBGCRYPT
gcrypt = gcrypt
+my_clean_gcrypt =
else
gcrypt =
+my_clean_gcrypt = gcrypt/Makefile
endif
SUBDIRS = intl zlib util mpi cipher tools g10 po doc checks ${gcrypt}
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}
dist-hook:
@set -e; \