Commit 7a035788 authored by Rémi Denis-Courmont's avatar Rémi Denis-Courmont

Make sure vlc_LDFLAGS is always set

(automake bug?)
parent 1352c630
......@@ -280,6 +280,7 @@ vlc_CFLAGS = `$(VLC_CONFIG) --cflags vlc`
if USE_LIBTOOL
LIB_libvlc = libvlc.la
LIBVLC = src/$(LIB_libvlc)
vlc_LDFLAGS =
else
if BUILD_SHARED
vlc_LDFLAGS = `$(VLC_CONFIG) --libs vlc` -Wl,-rpath $(libdir) -L$(top_builddir)/src -lvlc
......
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