Browse Source

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

pull/2/head
Olivier Aubert 20 years ago
parent
commit
c6c552ec06
  1. 4
      bindings/python/Makefile.am

4
bindings/python/Makefile.am

@ -10,9 +10,9 @@ EXTRA_DIST = vlcglue.h setup.py vlcwrapper.py vlcwidget.py \
if BUILD_PYTHON
if HAVE_WIN32
COMPILERARG = --compiler=mingw32
COMPILERARG=--compiler=mingw32
else
COMPILERARG =
COMPILERARG=
endif
all:

Loading…
Cancel
Save