1
0
mirror of git://git.gnupg.org/gnupg.git synced 2024-06-26 01:52:45 +02:00

* Makefile.am (DISCLEANFILES): Add construct.c

This commit is contained in:
Werner Koch 2001-12-21 20:07:28 +00:00
parent 22b37f58a1
commit 4dbc4b64ac
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2001-12-21 Werner Koch <wk@gnupg.org>
* Makefile.am (DISCLEANFILES): Add construct.c
2001-12-19 Werner Koch <wk@gnupg.org> 2001-12-19 Werner Koch <wk@gnupg.org>
* rndw32.c [CYGWIN32]: Include winioctl.h. By Disastry. * rndw32.c [CYGWIN32]: Include winioctl.h. By Disastry.

View File

@ -76,7 +76,7 @@ libcipher_a_SOURCES = cipher.c \
# configure creates the constructor file # configure creates the constructor file
BUILT_SOURCES = construct.c BUILT_SOURCES = construct.c
DISTCLEANFILES = construct.c
libcipher_a_DEPENDENCIES = @STATIC_CIPHER_OBJS@ libcipher_a_DEPENDENCIES = @STATIC_CIPHER_OBJS@
libcipher_a_LIBADD = @STATIC_CIPHER_OBJS@ libcipher_a_LIBADD = @STATIC_CIPHER_OBJS@