diff options
author | Werner Koch <[email protected]> | 2004-09-30 14:34:34 +0000 |
---|---|---|
committer | Werner Koch <[email protected]> | 2004-09-30 14:34:34 +0000 |
commit | 335b5e4ac4d1ab56bb9db5addc4f7ca6ce8987f6 (patch) | |
tree | d5a581d9808c8efae6a0c6a1c9a1bd893f3633ed /tests | |
parent | This commit was manufactured by cvs2svn to create branch (diff) | |
download | gnupg-335b5e4ac4d1ab56bb9db5addc4f7ca6ce8987f6.tar.gz gnupg-335b5e4ac4d1ab56bb9db5addc4f7ca6ce8987f6.zip |
Preparing a new release. Updated gettext
Diffstat (limited to 'tests')
-rw-r--r-- | tests/ChangeLog | 5 | ||||
-rw-r--r-- | tests/Makefile.am | 14 |
2 files changed, 12 insertions, 7 deletions
diff --git a/tests/ChangeLog b/tests/ChangeLog index c012c2346..749220d9a 100644 --- a/tests/ChangeLog +++ b/tests/ChangeLog @@ -1,3 +1,8 @@ +2004-09-30 Werner Koch <[email protected]> + + * Makefile.am (SUBDIRS): Remove pkits until the copyright issues + have been cleared. + 2004-08-16 Werner Koch <[email protected]> * Makefile.am: Descend into the new pkits directory diff --git a/tests/Makefile.am b/tests/Makefile.am index b44336bfb..bc2e50e10 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am @@ -20,13 +20,13 @@ ## Process this file with automake to produce Makefile.in -if RUN_PKITS_TESTS -pkits = pkits -else -pkits = -endif - -SUBDIRS = . ${pkits} +#if RUN_PKITS_TESTS +#pkits = pkits +#else +#pkits = +#endif +# +#SUBDIRS = . ${pkits} GPGSM = ../sm/gpgsm |