]> git.sesse.net Git - vlc/blob - Makefile.config.in
Solved merge conflicts
[vlc] / Makefile.config.in
1 ###############################################################################
2 # vlc (VideoLAN Client) options Makefile
3 # (c)1998 VideoLAN
4 ###############################################################################
5
6
7 # Plugins to build
8 # WARNING: if you do not have a dynamic loader on your platform, remove
9 # the plugins in this line and put them as built-ins, otherwise your
10 # application won't be able to load them.
11
12 PLUGINS :=@PLUGINS@
13
14
15 # Built-in modules to build
16 # WARNING: do NOT put gtk and gnome together in this rule.
17
18 BUILTINS :=@BUILTINS@
19