diff options
author | Werner Koch <wk@gnupg.org> | 2003-12-09 10:12:43 +0100 |
---|---|---|
committer | Werner Koch <wk@gnupg.org> | 2003-12-09 10:12:43 +0100 |
commit | 1c1069f70b66209f4b1feb1c277a97aa81517fe5 (patch) | |
tree | 25cc5a68a0cab06e06e1062eeb2af8287dff440a /Makefile.am | |
parent | Added files we better keep in the CVS (diff) | |
download | gnupg2-1c1069f70b66209f4b1feb1c277a97aa81517fe5.tar.xz gnupg2-1c1069f70b66209f4b1feb1c277a97aa81517fe5.zip |
* configure.ac: Add a min_automake_version.
* README.CVS: New.
* autogen.sh: Revamped except for the --build-w32 hack.
* Makefile.am: Add README.CVS
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile.am b/Makefile.am index d5c639042..dd75d14b5 100644 --- a/Makefile.am +++ b/Makefile.am @@ -21,7 +21,7 @@ ACLOCAL_AMFLAGS = -I m4 -EXTRA_DIST = scripts/config.rpath autogen.sh README-alpha +EXTRA_DIST = scripts/config.rpath autogen.sh README-alpha README.CVS DISTCLEANFILES = g10defs.h if BUILD_GPG @@ -45,7 +45,7 @@ else scd = endif -SUBDIRS = m4 intl jnlib common kbx \ +SUBDIRS = m4 intl jnlib common kbx \ ${gpg} ${sm} ${agent} ${scd} po doc #tests |