]> git.sesse.net Git - vlc/blob - modules/control/Modules.am
c982b05d77dab9c263270035d1400e6671e823b2
[vlc] / modules / control / Modules.am
1 SOURCES_gestures = gestures.c
2 SOURCES_showintf = showintf.c
3 SOURCES_telnet = telnet.c
4 SOURCES_netsync = netsync.c
5 SOURCES_ntservice = ntservice.c
6 SOURCES_hotkeys = hotkeys.c
7 SOURCES_lirc = lirc.c
8 SOURCES_rc = 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