]> git.sesse.net Git - vlc/blob - modules/control/Modules.am
Remove the oldtelnet module.
[vlc] / modules / control / Modules.am
1 SUBDIRS = http globalhotkeys
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 SOURCES_dbus = dbus.c dbus.h
9 if HAVE_DARWIN
10 motion_extra = unimotion.c unimotion.h
11 else
12 motion_extra = $(NULL)
13 endif
14 SOURCES_motion = \
15         motion.c \
16         $(motion_extra) \
17         $(NULL)
18
19 libvlc_LTLIBRARIES += \
20         libgestures_plugin.la \
21         libnetsync_plugin.la \
22         libhotkeys_plugin.la
23 if !HAVE_WINCE
24 libvlc_LTLIBRARIES += \
25         liboldrc_plugin.la
26 if !HAVE_WIN32
27 libvlc_LTLIBRARIES += \
28         libmotion_plugin.la
29 else
30 libvlc_LTLIBRARIES += \
31         libntservice_plugin.la
32 endif
33 endif