diff options
author | Werner Koch <[email protected]> | 2003-04-08 09:19:41 +0000 |
---|---|---|
committer | Werner Koch <[email protected]> | 2003-04-08 09:19:41 +0000 |
commit | 0a5ec42a9fb71bebfdb185e1ac98229032be92c7 (patch) | |
tree | a501c96e6957433336f77a9bac5c6961b062fc74 /Makefile.am | |
parent | Add primary key fingerprint to VALIDSIG status. (diff) | |
download | gnupg-0a5ec42a9fb71bebfdb185e1ac98229032be92c7.tar.gz gnupg-0a5ec42a9fb71bebfdb185e1ac98229032be92c7.zip |
* Makefile.am (EXTRA_DIST): Add autogen.sh wrapper.
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 2693f583b..3437f5b88 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,4 +1,4 @@ -# Copyright (C) 1998, 1999, 2000, 2001 Free Software Foundation, Inc. +# Copyright (C) 1998,1999,2000,2001,2003 Free Software Foundation, Inc. # # This file is part of GnuPG. # @@ -25,7 +25,7 @@ checks = checks endif SUBDIRS = intl zlib util mpi cipher tools g10 keyserver po doc ${checks} -EXTRA_DIST = PROJECTS BUGS config.h.in +EXTRA_DIST = PROJECTS BUGS config.h.in autogen.sh DISTCLEANFILES = g10defs.h # Add all the files listed in "distfiles" files to the distribution, |