aboutsummaryrefslogtreecommitdiffstats
path: root/dirmngr
diff options
context:
space:
mode:
authorWerner Koch <[email protected]>2010-10-15 09:16:39 +0000
committerWerner Koch <[email protected]>2010-10-15 09:16:39 +0000
commitd1bdc3f6ea32c802589eb4f3060cb02cb51a8301 (patch)
tree3660be7d229d9bd838df268db86aa2ad1aa67592 /dirmngr
parentRemove debug options (diff)
downloadgnupg-d1bdc3f6ea32c802589eb4f3060cb02cb51a8301.tar.gz
gnupg-d1bdc3f6ea32c802589eb4f3060cb02cb51a8301.zip
Tweaks to make make distcheck work.
Diffstat (limited to 'dirmngr')
-rw-r--r--dirmngr/ChangeLog4
-rw-r--r--dirmngr/Makefile.am2
2 files changed, 6 insertions, 0 deletions
diff --git a/dirmngr/ChangeLog b/dirmngr/ChangeLog
index ffe9bbd24..d88822e9d 100644
--- a/dirmngr/ChangeLog
+++ b/dirmngr/ChangeLog
@@ -1,3 +1,7 @@
+2010-10-15 Werner Koch <[email protected]>
+
+ * Makefile.am (CLEANFILES): Add no-libgcrypt.c.
+
2010-09-16 Werner Koch <[email protected]>
* validate.c (validate_cert_chain): Use GPG_ERR_MISSING_ISSUER_CERT.
diff --git a/dirmngr/Makefile.am b/dirmngr/Makefile.am
index 849b5afc3..7e1ce9df6 100644
--- a/dirmngr/Makefile.am
+++ b/dirmngr/Makefile.am
@@ -36,6 +36,8 @@ AM_CFLAGS = $(LIBGCRYPT_CFLAGS) $(KSBA_CFLAGS) \
BUILT_SOURCES = no-libgcrypt.c
+CLEANFILES = no-libgcrypt.c
+
if HAVE_W32_SYSTEM
ldap_url = ldap-url.h ldap-url.c
else