]> git.sesse.net Git - vlc/blobdiff - modules/control/Modules.am
Use var_InheritString for --decklink-video-connection.
[vlc] / modules / control / Modules.am
index 16a3933e40b49339ac07e2e3521e4e284e4325ca..630945d3bbe453bea45b0d34091dd6bdf3854764 100644 (file)
@@ -1,13 +1,10 @@
-SUBDIRS = http globalhotkeys
+SUBDIRS = http globalhotkeys dbus
 SOURCES_gestures = gestures.c
-SOURCES_oldtelnet = telnet.c
 SOURCES_netsync = netsync.c
 SOURCES_ntservice = ntservice.c
 SOURCES_hotkeys = hotkeys.c
 SOURCES_lirc = lirc.c
 SOURCES_oldrc = rc.c
-SOURCES_dbus = dbus.c dbus.h
-SOURCES_signals = signals.c
 if HAVE_DARWIN
 motion_extra = unimotion.c unimotion.h
 else
@@ -19,6 +16,17 @@ SOURCES_motion = \
         $(NULL)
 
 libvlc_LTLIBRARIES += \
-       liboldrc_plugin.la \
        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