git.videolan.org
/
vlc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4d700eb
)
Remove un-needed libs
author
Rémi Denis-Courmont
<rdenis@simphalempin.com>
Sun, 11 Jan 2009 10:14:44 +0000
(12:14 +0200)
committer
Rémi Denis-Courmont
<rdenis@simphalempin.com>
Sun, 11 Jan 2009 10:14:44 +0000
(12:14 +0200)
bin/Makefile.am
patch
|
blob
|
history
diff --git
a/bin/Makefile.am
b/bin/Makefile.am
index
1295e32
..
eb92663
100644
(file)
--- 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)