]> git.sesse.net Git - vlc/blob - modules/control/Modules.am
WinCE: don't build RC
[vlc] / modules / control / Modules.am
1 SUBDIRS = http globalhotkeys
2 SOURCES_gestures = gestures.c
3 SOURCES_oldtelnet = telnet.c
4 SOURCES_netsync = netsync.c
5 SOURCES_ntservice = ntservice.c
6 SOURCES_hotkeys = hotkeys.c
7 SOURCES_lirc = lirc.c
8 SOURCES_oldrc = rc.c
9 SOURCES_dbus = dbus.c dbus.h
10 SOURCES_signals = signals.c
11 if HAVE_DARWIN
12 motion_extra = unimotion.c unimotion.h
13 else
14 motion_extra = $(NULL)
15 endif
16 SOURCES_motion = \
17         motion.c \
18         $(motion_extra) \
19         $(NULL)
20
21 libvlc_LTLIBRARIES += \
22         libgestures_plugin.la \
23         libnetsync_plugin.la \
24         libhotkeys_plugin.la
25 if !HAVE_WINCE
26 libvlc_LTLIBRARIES += \
27         liboldrc_plugin.la
28 endif
29 if !HAVE_WIN32
30 libvlc_LTLIBRARIES += \
31         libsignals_plugin.la \
32         libmotion_plugin.la
33 else
34 if !HAVE_WINCE
35 libvlc_LTLIBRARIES += \
36         libntservice_plugin.la
37 endif
38 endif