]> git.sesse.net Git - vlc/blob - modules/control/Modules.am
Global Hotkeys for windows
[vlc] / modules / control / Modules.am
1 SUBDIRS = http
2 SOURCES_gestures = gestures.c
3 SOURCES_showintf = showintf.c
4 SOURCES_telnet = telnet.c
5 SOURCES_netsync = netsync.c
6 SOURCES_ntservice = ntservice.c
7 SOURCES_hotkeys = hotkeys.c
8 SOURCES_globalhotkeys = globalhotkeys.c
9 SOURCES_lirc = lirc.c
10 SOURCES_rc = rc.c
11 SOURCES_dbus = dbus.c dbus.h
12 SOURCES_signals = signals.c
13 if HAVE_DARWIN
14 motion_extra = unimotion.c unimotion.h
15 else
16 motion_extra = $(NULL)
17 endif
18 SOURCES_motion = \
19         motion.c \
20         $(motion_extra) \
21         $(NULL)