build: Declare all languages for make dist.
* lang/Makefile.am (DIST_SUBDIRS): New. Signed-off-by: Werner Koch <wk@gnupg.org>
This commit is contained in:
parent
a9168185ba
commit
48691db97b
@ -249,6 +249,9 @@ if test x$fixed_search_path != x ; then
|
|||||||
[Locate binaries only via this PATH])
|
[Locate binaries only via this PATH])
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
|
||||||
|
# Note: You need to declare all possible langauges also in
|
||||||
|
# lang/Makefile.am's DIST_SUBDIRS.
|
||||||
AC_ARG_ENABLE([languages],
|
AC_ARG_ENABLE([languages],
|
||||||
AC_HELP_STRING([--enable-languages=languages],
|
AC_HELP_STRING([--enable-languages=languages],
|
||||||
[enable only specific language bindings]),
|
[enable only specific language bindings]),
|
||||||
|
@ -18,5 +18,6 @@
|
|||||||
# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA
|
# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA
|
||||||
|
|
||||||
SUBDIRS = $(ENABLED_LANGUAGES)
|
SUBDIRS = $(ENABLED_LANGUAGES)
|
||||||
|
DIST_SUBDIRS = cl cpp qt python
|
||||||
|
|
||||||
EXTRA_DIST = README
|
EXTRA_DIST = README
|
||||||
|
Loading…
Reference in New Issue
Block a user