Commit 827a3e6f authored by Olivier Aubert's avatar Olivier Aubert

bindings/mediacontrol-python/Makefile.am:

  * add python binding files to EXTRA_DIST
  * move COMPILERARG definition inside the BUILD_PYTHON code
parent 3f488b53
......@@ -2,6 +2,9 @@
# Building the Python binding
###############################################################################
EXTRA_DIST = vlcglue.c vlcglue.h setup.py vlcwrapper.py
if BUILD_PYTHON
if HAVE_WIN32
COMPILERARG = --compiler=mingw32
......@@ -9,8 +12,6 @@ else
COMPILERARG =
endif
if BUILD_PYTHON
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"
......
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