From: RĂ©mi Denis-Courmont Date: Sun, 1 Mar 2009 11:36:27 +0000 (+0200) Subject: Fix vlc dependency on libvlc X-Git-Tag: 1.0.0-pre1~360 X-Git-Url: https://git.sesse.net/?p=vlc;a=commitdiff_plain;h=6b3c6c448de3baefcc799d75cc7d8d70112c5186 Fix vlc dependency on libvlc --- diff --git a/bin/Makefile.am b/bin/Makefile.am index bc35922833..db5aaaecc4 100644 --- a/bin/Makefile.am +++ b/bin/Makefile.am @@ -24,8 +24,7 @@ endif vlc_wrapper_SOURCES = rootwrap.c -vlc_DEPENDENCIES = ../src/libvlc.la - +vlc_DEPENDENCIES = ../src/libvlc.sym vlc_LDFLAGS = `$(VLC_CONFIG) --ldflags vlc` vlc_LDADD = ../src/libvlc.la `$(VLC_CONFIG) -libs vlc`