summaryrefslogtreecommitdiffstats
path: root/common
diff options
context:
space:
mode:
authorWerner Koch <wk@gnupg.org>2007-11-27 09:37:03 +0100
committerWerner Koch <wk@gnupg.org>2007-11-27 09:37:03 +0100
commite09e3fa4eaf6c1000dd7d4bfd4260264fc212dfa (patch)
treed4a2f6b2dc242f4a538603637a735247f3fdfc2d /common
parent[W32] Changed default socket for dirmngr. (diff)
downloadgnupg2-e09e3fa4eaf6c1000dd7d4bfd4260264fc212dfa.tar.xz
gnupg2-e09e3fa4eaf6c1000dd7d4bfd4260264fc212dfa.zip
Fixed make distcheck
Diffstat (limited to 'common')
-rw-r--r--common/ChangeLog2
-rw-r--r--common/Makefile.am2
2 files changed, 4 insertions, 0 deletions
diff --git a/common/ChangeLog b/common/ChangeLog
index d398d2a77..1ebfe2984 100644
--- a/common/ChangeLog
+++ b/common/ChangeLog
@@ -1,5 +1,7 @@
2007-11-27 Werner Koch <wk@g10code.com>
+ * Makefile.am (CLEANFILES): New.
+
* homedir.c (dirmngr_socket_name): Use CSIDL_WINDOWS.
2007-11-15 Werner Koch <wk@g10code.com>
diff --git a/common/Makefile.am b/common/Makefile.am
index d475faeff..2d217a118 100644
--- a/common/Makefile.am
+++ b/common/Makefile.am
@@ -27,6 +27,8 @@ TESTS = $(module_tests)
BUILT_SOURCES = audit-events.h status-codes.h
+CLEANFILES = audit-events.h status-codes.h
+
AM_CPPFLAGS = -I$(top_srcdir)/gl -I$(top_srcdir)/intl
AM_CFLAGS = $(LIBGCRYPT_CFLAGS) $(KSBA_CFLAGS)