From e09e3fa4eaf6c1000dd7d4bfd4260264fc212dfa Mon Sep 17 00:00:00 2001 From: Werner Koch Date: Tue, 27 Nov 2007 08:37:03 +0000 Subject: Fixed make distcheck --- common/ChangeLog | 2 ++ common/Makefile.am | 2 ++ 2 files changed, 4 insertions(+) (limited to 'common') 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 + * Makefile.am (CLEANFILES): New. + * homedir.c (dirmngr_socket_name): Use CSIDL_WINDOWS. 2007-11-15 Werner Koch 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) -- cgit v1.2.3