diff options
author | Werner Koch <wk@gnupg.org> | 2004-10-22 18:03:04 +0200 |
---|---|---|
committer | Werner Koch <wk@gnupg.org> | 2004-10-22 18:03:04 +0200 |
commit | 17c2c406016e51a6ecce5bd139d0c8e81ee07ec8 (patch) | |
tree | 153d15f62ec45ae4d304098ed9a98aff50deaafd /Makefile.am | |
parent | Cleaned up (diff) | |
download | gnupg2-17c2c406016e51a6ecce5bd139d0c8e81ee07ec8.tar.xz gnupg2-17c2c406016e51a6ecce5bd139d0c8e81ee07ec8.zip |
Compile fixes.
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 9be193353..08d025abf 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,5 +1,5 @@ # Makefile.am - main makefile for NewPG/GnuPG -# Copyright (C) 2001 Free Software Foundation, Inc. +# Copyright (C) 2001, 2004 Free Software Foundation, Inc. # # This file is part of GnuPG. # @@ -20,6 +20,7 @@ ## Process this file with automake to produce Makefile.in ACLOCAL_AMFLAGS = -I m4 +AUTOMAKE_OPTIONS = dist-bzip2 EXTRA_DIST = scripts/config.rpath autogen.sh README.CVS DISTCLEANFILES = g10defs.h |