Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Steve Lhomme
VLC
Commits
e778ca64
Commit
e778ca64
authored
Jan 11, 2009
by
Rémi Denis-Courmont
Browse files
Remove un-needed libs
parent
4d700eb7
Changes
1
Hide whitespace changes
Inline
Side-by-side
bin/Makefile.am
View file @
e778ca64
...
...
@@ -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)
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment