Commit 5fa810ed authored by Damien Fouilleul's avatar Damien Fouilleul

Makefile.am: reorganize vlc_LDFLAGS for win32

parent 9a28f3c1
...@@ -288,7 +288,7 @@ LIBVLC = src/$(LIB_libvlc) ...@@ -288,7 +288,7 @@ LIBVLC = src/$(LIB_libvlc)
vlc_LDFLAGS = vlc_LDFLAGS =
else else
if HAVE_WIN32 if HAVE_WIN32
vlc_LDFLAGS = `$(VLC_CONFIG) --libs vlc` -Wl,-rpath $(libdir) -L$(top_builddir)/src -lvlc vlc_LDFLAGS = -L$(top_builddir)/src -lvlc `$(VLC_CONFIG) --libs vlc`
LIB_libvlc = libvlc.dll.a LIB_libvlc = libvlc.dll.a
LIBVLC = LIBVLC =
else else
......
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