aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--cipher/ChangeLog4
-rw-r--r--cipher/Makefile.am2
2 files changed, 5 insertions, 1 deletions
diff --git a/cipher/ChangeLog b/cipher/ChangeLog
index a3c31f95a..2dcdfb3c0 100644
--- a/cipher/ChangeLog
+++ b/cipher/ChangeLog
@@ -1,3 +1,7 @@
+2001-12-21 Werner Koch <[email protected]>
+
+ * Makefile.am (DISCLEANFILES): Add construct.c
+
2001-12-19 Werner Koch <[email protected]>
* rndw32.c [CYGWIN32]: Include winioctl.h. By Disastry.
diff --git a/cipher/Makefile.am b/cipher/Makefile.am
index f89a0b735..83e81877e 100644
--- a/cipher/Makefile.am
+++ b/cipher/Makefile.am
@@ -76,7 +76,7 @@ libcipher_a_SOURCES = cipher.c \
# configure creates the constructor file
BUILT_SOURCES = construct.c
-
+DISTCLEANFILES = construct.c
libcipher_a_DEPENDENCIES = @STATIC_CIPHER_OBJS@
libcipher_a_LIBADD = @STATIC_CIPHER_OBJS@