[vlc-devel] commit: Fix vlc dependency on libvlc ( Rémi Denis-Courmont )
git version control
git at videolan.org
Sun Mar 1 12:51:03 CET 2009
vlc | branch: master | Rémi Denis-Courmont <remi at remlab.net> | Sun Mar 1 13:36:27 2009 +0200| [6b3c6c448de3baefcc799d75cc7d8d70112c5186] | committer: Rémi Denis-Courmont
Fix vlc dependency on libvlc
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=6b3c6c448de3baefcc799d75cc7d8d70112c5186
---
bin/Makefile.am | 3 +--
1 files changed, 1 insertions(+), 2 deletions(-)
diff --git a/bin/Makefile.am b/bin/Makefile.am
index bc35922..db5aaae 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`
More information about the vlc-devel
mailing list