diff options
author | Werner Koch <wk@gnupg.org> | 2006-09-14 18:50:33 +0200 |
---|---|---|
committer | Werner Koch <wk@gnupg.org> | 2006-09-14 18:50:33 +0200 |
commit | 03d3322e5fb928d48ea4192fd2f2cc851d791421 (patch) | |
tree | 768acc2e54f6e4abcc405e665bf058aa1556d3f5 /Makefile.am | |
parent | Various fixes and new features. (diff) | |
download | gnupg2-03d3322e5fb928d48ea4192fd2f2cc851d791421.tar.xz gnupg2-03d3322e5fb928d48ea4192fd2f2cc851d791421.zip |
Take advantage of newer gpg-error features.
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index 8281496cf..11875afb0 100644 --- a/Makefile.am +++ b/Makefile.am @@ -24,7 +24,7 @@ ACLOCAL_AMFLAGS = -I m4 -I gl/m4 AUTOMAKE_OPTIONS = dist-bzip2 DISTCHECK_CONFIGURE_FLAGS = --enable-gpg -EXTRA_DIST = scripts/config.rpath autogen.sh README.CVS +EXTRA_DIST = scripts/config.rpath autogen.sh README.SVN DISTCLEANFILES = g10defs.h if BUILD_GPGSM |