From 6b3c6c448de3baefcc799d75cc7d8d70112c5186 Mon Sep 17 00:00:00 2001 From: =?utf8?q?R=C3=A9mi=20Denis-Courmont?= Date: Sun, 1 Mar 2009 13:36:27 +0200 Subject: [PATCH] Fix vlc dependency on libvlc --- bin/Makefile.am | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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` -- 2.39.2