]> git.sesse.net Git - vlc/blob - modules/control/Modules.am
Use var_Inherit* instead of var_CreateGet*.
[vlc] / modules / control / Modules.am
1 SUBDIRS = http globalhotkeys dbus
2 SOURCES_gestures = gestures.c
3 SOURCES_netsync = netsync.c
4 SOURCES_ntservice = ntservice.c
5 SOURCES_hotkeys = hotkeys.c
6 SOURCES_lirc = lirc.c
7 SOURCES_oldrc = rc.c
8 if HAVE_DARWIN
9 motion_extra = unimotion.c unimotion.h
10 else
11 motion_extra = $(NULL)
12 endif
13 SOURCES_motion = \
14         motion.c \
15         $(motion_extra) \
16         $(NULL)
17
18 libvlc_LTLIBRARIES += \
19         libgestures_plugin.la \
20         libnetsync_plugin.la \
21         libhotkeys_plugin.la
22 if !HAVE_WINCE
23 libvlc_LTLIBRARIES += \
24         liboldrc_plugin.la
25 if !HAVE_WIN32
26 libvlc_LTLIBRARIES += \
27         libmotion_plugin.la
28 else
29 libvlc_LTLIBRARIES += \
30         libntservice_plugin.la
31 endif
32 endif