]> git.sesse.net Git - vlc/blobdiff - modules/control/Modules.am
Qt: CaptureOpenPanel: check and prefill with usual devices
[vlc] / modules / control / Modules.am
index 4e1299fbafe53e33db3f20cccc1045edbb764362..630945d3bbe453bea45b0d34091dd6bdf3854764 100644 (file)
@@ -1,10 +1,32 @@
-SOURCES_gestures = gestures.c\r
-SOURCES_showintf = showintf.c\r
-SOURCES_http = http.c\r
-SOURCES_telnet = telnet.c\r
-SOURCES_netsync = netsync.c\r
-SOURCES_ntservice = ntservice.c\r
-SOURCES_joystick = joystick.c\r
-SOURCES_hotkeys = hotkeys.c\r
-SOURCES_lirc = lirc.c\r
-SOURCES_rc = rc.c\r
+SUBDIRS = http globalhotkeys dbus
+SOURCES_gestures = gestures.c
+SOURCES_netsync = netsync.c
+SOURCES_ntservice = ntservice.c
+SOURCES_hotkeys = hotkeys.c
+SOURCES_lirc = lirc.c
+SOURCES_oldrc = rc.c
+if HAVE_DARWIN
+motion_extra = unimotion.c unimotion.h
+else
+motion_extra = $(NULL)
+endif
+SOURCES_motion = \
+        motion.c \
+        $(motion_extra) \
+        $(NULL)
+
+libvlc_LTLIBRARIES += \
+       libgestures_plugin.la \
+       libnetsync_plugin.la \
+       libhotkeys_plugin.la
+if !HAVE_WINCE
+libvlc_LTLIBRARIES += \
+       liboldrc_plugin.la
+if !HAVE_WIN32
+libvlc_LTLIBRARIES += \
+       libmotion_plugin.la
+else
+libvlc_LTLIBRARIES += \
+       libntservice_plugin.la
+endif
+endif