From e778ca644111d08515520eea8a2f97f4dfeb048c Mon Sep 17 00:00:00 2001 From: =?utf8?q?R=C3=A9mi=20Denis-Courmont?= Date: Sun, 11 Jan 2009 12:14:44 +0200 Subject: [PATCH] Remove un-needed libs --- bin/Makefile.am | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/bin/Makefile.am b/bin/Makefile.am index 1295e32926..eb92663503 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) -- 2.39.2