diff options
author | Werner Koch <wk@gnupg.org> | 2014-10-31 08:04:38 +0100 |
---|---|---|
committer | Werner Koch <wk@gnupg.org> | 2014-10-31 08:04:38 +0100 |
commit | b47fe2b14e2a610706bdeff9dbd9a5f7bd6f6b3a (patch) | |
tree | 50895e2454977071f4a2ff3e132ca4021fd2d310 /Makefile.am | |
parent | tests: Speed up the genkey1024.test by using not so strong random. (diff) | |
download | gnupg2-b47fe2b14e2a610706bdeff9dbd9a5f7bd6f6b3a.tar.xz gnupg2-b47fe2b14e2a610706bdeff9dbd9a5f7bd6f6b3a.zip |
build: Avoid distributing backup files etc.
* Makefile.am (EXTRA_DIST): Do not include directories.
--
The make dist rules uses "cp -R" for each listed file. Thus all cruft
from a directory is also put into the tarball. Obviously we do not
want this.
Signed-off-by: Werner Koch <wk@gnupg.org>
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/Makefile.am b/Makefile.am index 286038ea5..466c011cf 100644 --- a/Makefile.am +++ b/Makefile.am @@ -30,7 +30,6 @@ EXTRA_DIST = build-aux/config.rpath build-aux/potomo autogen.sh autogen.rc \ build-aux/getswdb.sh \ build-aux/speedo.mk \ build-aux/speedo/zlib.pc \ - build-aux/speedo/w32 \ build-aux/speedo/w32/inst-options.ini \ build-aux/speedo/w32/inst.nsi \ build-aux/speedo/w32/pkg-copyright.txt \ @@ -39,7 +38,6 @@ EXTRA_DIST = build-aux/config.rpath build-aux/potomo autogen.sh autogen.rc \ build-aux/speedo/w32/gdk-pixbuf-loaders.cache \ build-aux/speedo/w32/exdll.h \ build-aux/speedo/w32/README.txt \ - build-aux/speedo/patches \ build-aux/speedo/patches/atk-1.32.0.patch \ build-aux/speedo/patches/libiconv-1.14.patch \ build-aux/speedo/patches/pango-1.29.4.patch |