aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--configure.ac3
-rw-r--r--lang/Makefile.am1
2 files changed, 4 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index 6a7df24d..105f80ef 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 bb75cf00..fd3ce4eb 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