mirror of
git://git.gnupg.org/gnupg.git
synced 2025-01-30 16:17:02 +01:00
Tweaks to make make distcheck work.
This commit is contained in:
parent
23d0334d82
commit
d1bdc3f6ea
@ -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>
|
||||
|
||||
* validate.c (validate_cert_chain): Use GPG_ERR_MISSING_ISSUER_CERT.
|
||||
|
@ -36,6 +36,8 @@ AM_CFLAGS = $(LIBGCRYPT_CFLAGS) $(KSBA_CFLAGS) \
|
||||
|
||||
BUILT_SOURCES = no-libgcrypt.c
|
||||
|
||||
CLEANFILES = no-libgcrypt.c
|
||||
|
||||
if HAVE_W32_SYSTEM
|
||||
ldap_url = ldap-url.h ldap-url.c
|
||||
else
|
||||
|
@ -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>
|
||||
|
||||
* genkey1024.test: Use the new no-protection option.
|
||||
|
@ -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* \
|
||||
*.test.log gpg_dearmor gpg.conf gpg-agent.conf S.gpg-agent \
|
||||
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
|
||||
# start before all programs are built.
|
||||
all-local: $(required_pgms)
|
||||
|
||||
distclean-local:
|
||||
$(srcdir)/mkdemodirs --clean
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user