[vlc-devel] commit: Remove un-needed libs ( Rémi Denis-Courmont )
git version control
git at videolan.org
Sun Jan 11 11:14:49 CET 2009
vlc | branch: master | Rémi Denis-Courmont <rdenis at simphalempin.com> | Sun Jan 11 12:14:44 2009 +0200| [e778ca644111d08515520eea8a2f97f4dfeb048c] | committer: Rémi Denis-Courmont
Remove un-needed libs
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=e778ca644111d08515520eea8a2f97f4dfeb048c
---
bin/Makefile.am | 4 +---
1 files changed, 1 insertions(+), 3 deletions(-)
diff --git a/bin/Makefile.am b/bin/Makefile.am
index 1295e32..eb92663 100644
--- a/bin/Makefile.am
+++ b/bin/Makefile.am
@@ -27,9 +27,7 @@ vlc_wrapper_SOURCES = rootwrap.c
vlc_DEPENDENCIES = ../src/libvlc.la
vlc_LDFLAGS = `$(VLC_CONFIG) --ldflags vlc`
-# vlc needs libvlccore for locale conversion
-vlc_LDADD = ../src/libvlc.la ../src/libvlccore.la $(LTLIBINTL) \
- `$(VLC_CONFIG) -libs vlc`
+vlc_LDADD = ../src/libvlc.la `$(VLC_CONFIG) -libs vlc`
vlc_static_SOURCES = $(vlc_SOURCES)
vlc_static_DEPENDENCIES = $(vlc_DEPENDENCIES)
More information about the vlc-devel
mailing list