]> git.sesse.net Git - vlc/blobdiff - modules/control/Modules.am
more media list unit tests
[vlc] / modules / control / Modules.am
index 9ebf699b3356ee100b9c6dee89c232ab1fa607bc..c982b05d77dab9c263270035d1400e6671e823b2 100644 (file)
@@ -1,9 +1,19 @@
 SOURCES_gestures = gestures.c
-SOURCES_http = http.c
+SOURCES_showintf = showintf.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_dbus = dbus.c dbus.h
+if HAVE_DARWIN
+motion_extra = unimotion.c unimotion.h
+else
+motion_extra = $(NULL)
+endif
+SOURCES_motion = \
+        motion.c \
+        $(motion_extra) \
+        $(NULL)
+