Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Gautam Chitnis
web-ui-redesign
Commits
3aad6066
Commit
3aad6066
authored
Sep 25, 2006
by
Olivier Aubert
Browse files
Fix references to bindings/python
parent
07a52db9
Changes
3
Hide whitespace changes
Inline
Side-by-side
bindings/Makefile.am
View file @
3aad6066
SUBDIRS
=
mediacontrol-
python java
SUBDIRS
=
python java
bindings/python/Makefile.am
View file @
3aad6066
...
...
@@ -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
...
...
configure.ac
View file @
3aad6066
...
...
@@ -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
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment