]> git.sesse.net Git - vlc/blobdiff - modules/control/Modules.am
Maintain SUBDIRS manually for extra flexibility
[vlc] / modules / control / Modules.am
index bc50699f150220198240d420a667f23d210fa475..406618e0276d05191a884a3603f80a5a007dffe7 100644 (file)
@@ -1,3 +1,4 @@
+SUBDIRS = http
 SOURCES_gestures = gestures.c
 SOURCES_showintf = showintf.c
 SOURCES_telnet = telnet.c
@@ -6,5 +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
+if HAVE_DARWIN
+motion_extra = unimotion.c unimotion.h
+else
+motion_extra = $(NULL)
+endif
+SOURCES_motion = \
+        motion.c \
+        $(motion_extra) \
+        $(NULL)
+