* Renamed all tags (eg. v0_2_83 -> 0.2.83).
[vlc.git] / Makefile.config.in
blob9fdf24c90463701233050f22cafcf631b1bbc3b7
1 ###############################################################################
2 # vlc (VideoLAN Client) options Makefile
3 # (c)1998 VideoLAN
4 ###############################################################################
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@
14
15 # Built-in modules to build
16 # WARNING: do NOT put gtk and gnome together in this rule.
17
18 BUILTINS :=@BUILTINS@