diff options
author | Werner Koch <[email protected]> | 2003-12-23 11:05:19 +0000 |
---|---|---|
committer | Werner Koch <[email protected]> | 2003-12-23 11:05:19 +0000 |
commit | c25ac44a7e2d9bb5702bc7445e4dcb7fd7360ef7 (patch) | |
tree | 2bf72133b1d1a4c48f9c2fc7a4be8dcf9dc1eed5 /Makefile.am | |
parent | * Makefile.am: New. (diff) | |
download | gnupg-1-9-3.tar.gz gnupg-1-9-3.zip |
* README-alpha: Removed.V1-9-3
* configure.ac, Makefile.am: Add the tests and tools directories.
Diffstat (limited to '')
-rw-r--r-- | Makefile.am | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile.am b/Makefile.am index 732d9e417..8f7d1771c 100644 --- a/Makefile.am +++ b/Makefile.am @@ -21,7 +21,7 @@ ACLOCAL_AMFLAGS = -I m4 -EXTRA_DIST = scripts/config.rpath autogen.sh README-alpha README.CVS +EXTRA_DIST = scripts/config.rpath autogen.sh README.CVS DISTCLEANFILES = g10defs.h if BUILD_GPG @@ -46,7 +46,7 @@ scd = endif SUBDIRS = m4 intl jnlib common kbx \ - ${gpg} ${sm} ${agent} ${scd} po doc tests + ${gpg} ${sm} ${agent} ${scd} tools po doc tests dist-hook: @set -e; \ |