]> git.sesse.net Git - vlc/blobdiff - modules/control/Modules.am
Missing item to translate.
[vlc] / modules / control / Modules.am
index 34e8b5edbe9866c3ece71f4fb841d8d406f29d55..9813627e25474475debd38400de0018d33d7fdf4 100644 (file)
@@ -1,3 +1,4 @@
+SUBDIRS = http
 SOURCES_gestures = gestures.c
 SOURCES_showintf = showintf.c
 SOURCES_telnet = telnet.c
@@ -6,4 +7,14 @@ SOURCES_ntservice = ntservice.c
 SOURCES_hotkeys = hotkeys.c
 SOURCES_lirc = lirc.c
 SOURCES_rc = rc.c
-SOURCES_motion = motion.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)