diff options
author | Werner Koch <[email protected]> | 2001-12-21 20:07:28 +0000 |
---|---|---|
committer | Werner Koch <[email protected]> | 2001-12-21 20:07:28 +0000 |
commit | 4dbc4b64ac1aaf7413786d10266fc89f5ec966d2 (patch) | |
tree | 62c25a92a5a1c92a4d87039ed5beeec863ff1467 | |
parent | * Makefile.am (distclean-local): prefix mkdemodirs with srcdir (diff) | |
download | gnupg-4dbc4b64ac1aaf7413786d10266fc89f5ec966d2.tar.gz gnupg-4dbc4b64ac1aaf7413786d10266fc89f5ec966d2.zip |
* Makefile.am (DISCLEANFILES): Add construct.c
-rw-r--r-- | cipher/ChangeLog | 4 | ||||
-rw-r--r-- | cipher/Makefile.am | 2 |
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@ |