diff options
author | Werner Koch <wk@gnupg.org> | 2014-09-18 16:00:34 +0200 |
---|---|---|
committer | Werner Koch <wk@gnupg.org> | 2014-09-18 17:55:40 +0200 |
commit | 72a16d80d4505aa0ff509aae41f848bbe42ed129 (patch) | |
tree | 1ff9bc57dac5bfc657827d895839c4d4bfc03159 /Makefile.am | |
parent | build: Enable gpgtar by default. (diff) | |
download | gnupg2-72a16d80d4505aa0ff509aae41f848bbe42ed129.tar.xz gnupg2-72a16d80d4505aa0ff509aae41f848bbe42ed129.zip |
speedo: Distribute needed files.
* Makefile.am (EXTRA_DIST): Add speedo stuff.
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 22 |
1 files changed, 19 insertions, 3 deletions
diff --git a/Makefile.am b/Makefile.am index 89e20778b..286038ea5 100644 --- a/Makefile.am +++ b/Makefile.am @@ -23,11 +23,27 @@ DISTCHECK_CONFIGURE_FLAGS = --enable-symcryptrun --enable-mailto --enable-gpgtar GITLOG_TO_CHANGELOG=gitlog-to-changelog -EXTRA_DIST = build-aux/config.rpath build-aux/potomo autogen.sh autogen.rc +EXTRA_DIST = build-aux/config.rpath build-aux/potomo autogen.sh autogen.rc \ ChangeLog-2011 po/ChangeLog-2011 build-aux/ChangeLog-2011 \ - VERSION build-aux/gitlog-to-changelog \ + VERSION README.GIT build-aux/gitlog-to-changelog \ build-aux/git-log-fix build-aux/git-log-footer \ - build-aux/speedo.mk README.GIT + 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 \ + build-aux/speedo/w32/g4wihelp.c \ + build-aux/speedo/w32/pango.modules \ + 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 + DISTCLEANFILES = g10defs.h |