diff options
Diffstat (limited to '')
-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 |