]> git.sesse.net Git - vlc/blobdiff - modules/control/Modules.am
Enabled netsync build by default.
[vlc] / modules / control / Modules.am
index 16a3933e40b49339ac07e2e3521e4e284e4325ca..13aab554ea6d43870889f4700971304e769c283d 100644 (file)
@@ -21,4 +21,15 @@ SOURCES_motion = \
 libvlc_LTLIBRARIES += \
        liboldrc_plugin.la \
        libgestures_plugin.la \
+       libnetsync_plugin.la \
        libhotkeys_plugin.la
+if !HAVE_WIN32
+libvlc_LTLIBRARIES += \
+       libsignals_plugin.la \
+       libmotion_plugin.la
+else
+if !HAVE_WINCE
+libvlc_LTLIBRARIES += \
+       libntservice_plugin.la
+endif
+endif