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