diff options
author | Werner Koch <wk@gnupg.org> | 1998-02-18 19:52:59 +0100 |
---|---|---|
committer | Werner Koch <wk@gnupg.org> | 1998-02-18 19:52:59 +0100 |
commit | 9119f2bf5942bd71aed5ff56b343d8f98149de28 (patch) | |
tree | 1a0f91454eb1f36c129a26196a2b02d926aed7bc /Makefile.am | |
parent | added revcation stuff and fixed a couple of bugs (diff) | |
download | gnupg2-9119f2bf5942bd71aed5ff56b343d8f98149de28.tar.xz gnupg2-9119f2bf5942bd71aed5ff56b343d8f98149de28.zip |
rel 0.2.7 mit kleines Korrekturen
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index 9c07b7656..dd2a3565a 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,6 +1,6 @@ ## Process this file with automake to produce Makefile.in -SUBDIRS = intl po zlib util mpi cipher tools g10 +SUBDIRS = intl po zlib util mpi cipher tools g10 checks EXTRA_DIST = VERSION @@ -18,3 +18,4 @@ dist-hook: done ; \ done + |