aboutsummaryrefslogtreecommitdiffstats
path: root/common
diff options
context:
space:
mode:
authorWerner Koch <[email protected]>2007-11-27 08:37:03 +0000
committerWerner Koch <[email protected]>2007-11-27 08:37:03 +0000
commite09e3fa4eaf6c1000dd7d4bfd4260264fc212dfa (patch)
treed4a2f6b2dc242f4a538603637a735247f3fdfc2d /common
parent[W32] Changed default socket for dirmngr. (diff)
downloadgnupg-e09e3fa4eaf6c1000dd7d4bfd4260264fc212dfa.tar.gz
gnupg-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 <[email protected]>
+ * Makefile.am (CLEANFILES): New.
+
* homedir.c (dirmngr_socket_name): Use CSIDL_WINDOWS.
2007-11-15 Werner Koch <[email protected]>
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)