Commit 3aad6066 authored by Olivier Aubert's avatar Olivier Aubert

Fix references to bindings/python

parent 07a52db9
SUBDIRS = mediacontrol-python java
SUBDIRS = python java
......@@ -16,7 +16,7 @@ else
endif
all:
srcdir="$(srcdir)" top_builddir="$(top_builddir)" python "$(srcdir)/setup.py" build $(COMPILERARG) "--build-base=$(top_builddir)/bindings/mediacontrol-python" "--build-temp=$(top_builddir)/bindings/mediacontrol-python"
srcdir="$(srcdir)" top_builddir="$(top_builddir)" python "$(srcdir)/setup.py" build $(COMPILERARG) "--build-base=$(top_builddir)/bindings/python" "--build-temp=$(top_builddir)/bindings/python"
# FIXME: python setup.py install does not have any option to install from a different build directory
# so this will not work in a separate builddir
......
......@@ -5356,10 +5356,10 @@ AM_CONDITIONAL(BUILD_MOZILLA,${mozilla})
dnl
dnl Mediacontrol Python bindings
dnl
AC_ARG_ENABLE(mediacontrol-python-bindings,
[ --enable-mediacontrol-python-bindings Enable Python bindings for MediaControl (default disabled)])
AC_ARG_ENABLE(python-bindings,
[ --enable-python-bindings Enable Python bindings (default disabled)])
dnl TODO: look for python dev headers
AM_CONDITIONAL(BUILD_PYTHON, [test "${enable_mediacontrol_python_bindings}" = "yes"])
AM_CONDITIONAL(BUILD_PYTHON, [test "${enable_python_bindings}" = "yes"])
dnl
dnl Java bindings
......@@ -5593,7 +5593,7 @@ AC_CONFIG_FILES([
bindings/Makefile
bindings/java/Makefile
bindings/java/src/Makefile
bindings/mediacontrol-python/Makefile
bindings/python/Makefile
doc/Makefile
intl/Makefile
ipkg/Makefile
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment