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 ...@@ -16,7 +16,7 @@ else
endif endif
all: 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 # 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 # so this will not work in a separate builddir
......
...@@ -5356,10 +5356,10 @@ AM_CONDITIONAL(BUILD_MOZILLA,${mozilla}) ...@@ -5356,10 +5356,10 @@ AM_CONDITIONAL(BUILD_MOZILLA,${mozilla})
dnl dnl
dnl Mediacontrol Python bindings dnl Mediacontrol Python bindings
dnl dnl
AC_ARG_ENABLE(mediacontrol-python-bindings, AC_ARG_ENABLE(python-bindings,
[ --enable-mediacontrol-python-bindings Enable Python bindings for MediaControl (default disabled)]) [ --enable-python-bindings Enable Python bindings (default disabled)])
dnl TODO: look for python dev headers 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
dnl Java bindings dnl Java bindings
...@@ -5593,7 +5593,7 @@ AC_CONFIG_FILES([ ...@@ -5593,7 +5593,7 @@ AC_CONFIG_FILES([
bindings/Makefile bindings/Makefile
bindings/java/Makefile bindings/java/Makefile
bindings/java/src/Makefile bindings/java/src/Makefile
bindings/mediacontrol-python/Makefile bindings/python/Makefile
doc/Makefile doc/Makefile
intl/Makefile intl/Makefile
ipkg/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