]> git.sesse.net Git - vlc/commit
Add a --disable-vlc configure flag to not build VLC.
authorSam Hocevar <sam@zoy.org>
Wed, 19 Mar 2008 13:18:09 +0000 (13:18 +0000)
committerSam Hocevar <sam@zoy.org>
Wed, 19 Mar 2008 13:25:34 +0000 (13:25 +0000)
commit16c69ade84edabaf8c861f1e4f478ae815f94970
tree511e75d4964f8ed18758d2caafb6eaf0d4693a96
parent8b06bdb4caf5b78af5be9e02f59fa4bc4ba0c61a
Add a --disable-vlc configure flag to not build VLC.

In some cases (eg. when building binary packages) one only needs libvlc
and libvlc-control and does not wish to build or install VLC binaries.
This --disable-vlc flag saves us from manually removing the unwanted
binaries after "make install".
Makefile.am
configure.ac
src/Makefile.am