]> git.sesse.net Git - vlc/blobdiff - modules/control/Modules.am
drawable: handle the case that drawable is per-input
[vlc] / modules / control / Modules.am
index cfd64d1c5358210115a52b06a48ef1cedd94eabb..61d29881a7753d97618879b17a4dacb865e71745 100644 (file)
@@ -1,11 +1,20 @@
+SUBDIRS = http globalhotkeys
 SOURCES_gestures = gestures.c
 SOURCES_showintf = showintf.c
-SOURCES_http = http.c
 SOURCES_telnet = telnet.c
 SOURCES_netsync = netsync.c
 SOURCES_ntservice = ntservice.c
-SOURCES_joystick = joystick.c
 SOURCES_hotkeys = hotkeys.c
 SOURCES_lirc = lirc.c
 SOURCES_rc = rc.c
-SOURCES_rtci = rtci.c
+SOURCES_dbus = dbus.c dbus.h
+SOURCES_signals = signals.c
+if HAVE_DARWIN
+motion_extra = unimotion.c unimotion.h
+else
+motion_extra = $(NULL)
+endif
+SOURCES_motion = \
+        motion.c \
+        $(motion_extra) \
+        $(NULL)