Commit 486667b3 authored by Rémi Denis-Courmont's avatar Rémi Denis-Courmont

ooups

parent 7a79cede
...@@ -208,11 +208,7 @@ EXTRA_LIBRARIES = ${extra_libs} ...@@ -208,11 +208,7 @@ EXTRA_LIBRARIES = ${extra_libs}
include Modules.am include Modules.am
if BUILD_SHARED if BUILD_SHARED
if BUILD_PIC
LIBVLC = \$(top_builddir)/libvlc_pic\$(LIBEXT)
else
LIBVLC = \$(top_builddir)/libvlc\$(LIBEXT) LIBVLC = \$(top_builddir)/libvlc\$(LIBEXT)
endif
if HAVE_WIN32 if HAVE_WIN32
LIBADD = \$(LIBVLC) LIBADD = \$(LIBVLC)
endif endif
......
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