[Pkg-gnupg-commit] [gpgme] 276/412: build: Declare all languages for make dist.

Daniel Kahn Gillmor dkg at fifthhorseman.net
Thu Sep 22 21:27:02 UTC 2016


This is an automated email from the git hooks/post-receive script.

dkg pushed a commit to branch master
in repository gpgme.

commit 48691db97b759d67aa7b49c36bb704b5806ade2e
Author: Werner Koch <wk at gnupg.org>
Date:   Wed Aug 10 16:28:36 2016 +0200

    build: Declare all languages for make dist.
    
    * lang/Makefile.am (DIST_SUBDIRS): New.
    
    Signed-off-by: Werner Koch <wk at gnupg.org>
---
 configure.ac     | 3 +++
 lang/Makefile.am | 1 +
 2 files changed, 4 insertions(+)

diff --git a/configure.ac b/configure.ac
index 6a7df24..105f80e 100644
--- a/configure.ac
+++ b/configure.ac
@@ -249,6 +249,9 @@ if test x$fixed_search_path != x ; then
                     [Locate binaries only via this PATH])
 fi
 
+
+# Note: You need to declare all possible langauges also in
+#       lang/Makefile.am's DIST_SUBDIRS.
 AC_ARG_ENABLE([languages],
               AC_HELP_STRING([--enable-languages=languages],
                              [enable only specific language bindings]),
diff --git a/lang/Makefile.am b/lang/Makefile.am
index bb75cf0..fd3ce4e 100644
--- a/lang/Makefile.am
+++ b/lang/Makefile.am
@@ -18,5 +18,6 @@
 # Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA
 
 SUBDIRS = $(ENABLED_LANGUAGES)
+DIST_SUBDIRS = cl cpp qt python
 
 EXTRA_DIST = README

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-gnupg/gpgme.git



More information about the Pkg-gnupg-commit mailing list