]> git.sesse.net Git - vlc/blobdiff - modules/control/Modules.am
Implement "@name var val" style commands in rc.lua (and other misc changes)
[vlc] / modules / control / Modules.am
index 4da847e9a25ea69753533e392db44a6fb7584bcc..0ac597812a2ce317ab5a2a4b9594a100712f0b91 100644 (file)
@@ -1,8 +1,21 @@
+SUBDIRS = http
 SOURCES_gestures = gestures.c
 SOURCES_showintf = showintf.c
 SOURCES_telnet = telnet.c
 SOURCES_netsync = netsync.c
 SOURCES_ntservice = ntservice.c
 SOURCES_hotkeys = hotkeys.c
+SOURCES_globalhotkeys = globalhotkeys.c
 SOURCES_lirc = lirc.c
 SOURCES_rc = rc.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)