Commit c6c552ec authored by Olivier Aubert's avatar Olivier Aubert

bindings/python/Makefile.am: remove wrong whitespace around = sign

parent d08ba168
...@@ -10,9 +10,9 @@ EXTRA_DIST = vlcglue.h setup.py vlcwrapper.py vlcwidget.py \ ...@@ -10,9 +10,9 @@ EXTRA_DIST = vlcglue.h setup.py vlcwrapper.py vlcwidget.py \
if BUILD_PYTHON if BUILD_PYTHON
if HAVE_WIN32 if HAVE_WIN32
COMPILERARG = --compiler=mingw32 COMPILERARG=--compiler=mingw32
else else
COMPILERARG = COMPILERARG=
endif endif
all: all:
......
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