]> git.sesse.net Git - vlc/blob - modules/control/Modules.am
Maintain SUBDIRS manually for extra flexibility
[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_lirc = lirc.c
9 SOURCES_rc = rc.c
10 SOURCES_dbus = dbus.c dbus.h
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