Tweaks to make make distcheck work.

This commit is contained in:
Werner Koch 2010-10-15 09:16:39 +00:00
parent 23d0334d82
commit d1bdc3f6ea
4 changed files with 14 additions and 4 deletions

View File

@ -1,3 +1,7 @@
2010-10-15 Werner Koch <wk@g10code.com>
* Makefile.am (CLEANFILES): Add no-libgcrypt.c.
2010-09-16 Werner Koch <wk@g10code.com> 2010-09-16 Werner Koch <wk@g10code.com>
* validate.c (validate_cert_chain): Use GPG_ERR_MISSING_ISSUER_CERT. * validate.c (validate_cert_chain): Use GPG_ERR_MISSING_ISSUER_CERT.

View File

@ -36,6 +36,8 @@ AM_CFLAGS = $(LIBGCRYPT_CFLAGS) $(KSBA_CFLAGS) \
BUILT_SOURCES = no-libgcrypt.c BUILT_SOURCES = no-libgcrypt.c
CLEANFILES = no-libgcrypt.c
if HAVE_W32_SYSTEM if HAVE_W32_SYSTEM
ldap_url = ldap-url.h ldap-url.c ldap_url = ldap-url.h ldap-url.c
else else

View File

@ -1,3 +1,7 @@
2010-10-15 Werner Koch <wk@g10code.com>
* Makefile.am (clean-local): New.
2010-10-14 Werner Koch <wk@g10code.com> 2010-10-14 Werner Koch <wk@g10code.com>
* genkey1024.test: Use the new no-protection option. * genkey1024.test: Use the new no-protection option.

View File

@ -68,14 +68,14 @@ CLEANFILES = prepared.stamp x y yy z out err $(data_files) \
plain-1 plain-2 plain-3 trustdb.gpg *.lock .\#lk* \ plain-1 plain-2 plain-3 trustdb.gpg *.lock .\#lk* \
*.test.log gpg_dearmor gpg.conf gpg-agent.conf S.gpg-agent \ *.test.log gpg_dearmor gpg.conf gpg-agent.conf S.gpg-agent \
pubring.gpg secring.gpg pubring.pkr secring.skr \ pubring.gpg secring.gpg pubring.pkr secring.skr \
gnupg-test.stop gnupg-test.stop pubring.gpg~ random_seed
clean-local:
-rm -rf private-keys-v1.d
DISTCLEANFILES = pubring.gpg~ random_seed
# We need to depend on a couple of programs so that the tests don't # We need to depend on a couple of programs so that the tests don't
# start before all programs are built. # start before all programs are built.
all-local: $(required_pgms) all-local: $(required_pgms)
distclean-local:
$(srcdir)/mkdemodirs --clean