diff options
author | Marcus Brinkmann <[email protected]> | 2002-02-12 22:08:10 +0000 |
---|---|---|
committer | Marcus Brinkmann <[email protected]> | 2002-02-12 22:08:10 +0000 |
commit | 10750fcfd9e27be2158e5f7de002f4425c74b987 (patch) | |
tree | 2641f0854e0ada91b198b8a1b45cb872ef0b2855 /tests | |
parent | Reverting last change. (diff) | |
download | gpgme-10750fcfd9e27be2158e5f7de002f4425c74b987.tar.gz gpgme-10750fcfd9e27be2158e5f7de002f4425c74b987.zip |
2002-02-12 Marcus Brinkmann <[email protected]>
* configure.ac (AC_INIT): Bump version to 0.3.3.
* jnlib/Makefile.am: Rever to older version that includes xmalloc
but not dotlock and some other files. Reported by St�phane
Corth�sy.
tests/
2002-02-12 Marcus Brinkmann <[email protected]>
* gpg/Makefile.am (CLEANFILES): New target.
(distclean-local): Rename to ...
(clean-local): ... this.
Diffstat (limited to 'tests')
-rw-r--r-- | tests/ChangeLog | 6 | ||||
-rw-r--r-- | tests/gpg/Makefile.am | 3 |
2 files changed, 8 insertions, 1 deletions
diff --git a/tests/ChangeLog b/tests/ChangeLog index f7e1c2d4..4e0fddcd 100644 --- a/tests/ChangeLog +++ b/tests/ChangeLog @@ -1,3 +1,9 @@ +2002-02-12 Marcus Brinkmann <[email protected]> + + * gpg/Makefile.am (CLEANFILES): New target. + (distclean-local): Rename to ... + (clean-local): ... this. + 2002-02-09 Marcus Brinkmann <[email protected]> * gpgsm/Makefile.am (./private-keys-v1.d/$(key_id).key): Fix rule. diff --git a/tests/gpg/Makefile.am b/tests/gpg/Makefile.am index b18088c1..1977d2a4 100644 --- a/tests/gpg/Makefile.am +++ b/tests/gpg/Makefile.am @@ -26,6 +26,7 @@ TESTS_ENVIRONMENT = GNUPGHOME=. TESTS = t-encrypt t-sign t-signers t-decrypt t-verify \ t-decrypt-verify t-keylist t-export t-import t-trustlist +CLEANFILES = secring.gpg pubring.gpg trustdb.gpg random_seed EXTRA_DIST = mkdemodirs pubdemo.asc secdemo.asc cipher-1.asc cipher-2.asc \ geheim.txt pubkey-1.asc seckey-1.asc @@ -37,7 +38,7 @@ LDADD = ../../gpgme/libgpgme.la # We don't run t-genkey in the test suite, because it taes too long noinst_PROGRAMS = $(TESTS) t-genkey -distclean-local: +clean-local: $(srcdir)/mkdemodirs --clean all-local: ./pubring.gpg ./secring.gpg |