]> git.sesse.net Git - vlc/blobdiff - modules/control/Modules.am
dbus: playlist locking
[vlc] / modules / control / Modules.am
index 0ed8ca28d343916d6140b2fb8556f23705a8e56e..3fad2c5314363fe7cf5928f8f4b162f16aa9b5b2 100644 (file)
@@ -7,7 +7,6 @@ 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
@@ -20,4 +19,16 @@ SOURCES_motion = \
 
 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