aboutsummaryrefslogtreecommitdiffstats
path: root/dirmngr
diff options
context:
space:
mode:
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