]> git.sesse.net Git - vlc/blobdiff - modules/control/Modules.am
Enabled netsync build by default.
[vlc] / modules / control / Modules.am
index 7ccca49f057fb4655eec8678424d3b204a55cd86..13aab554ea6d43870889f4700971304e769c283d 100644 (file)
@@ -1,3 +1,35 @@
+SUBDIRS = http globalhotkeys
 SOURCES_gestures = gestures.c
-SOURCES_http = http.c
-SOURCES_joystick = joystick.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
+motion_extra = $(NULL)
+endif
+SOURCES_motion = \
+        motion.c \
+        $(motion_extra) \
+        $(NULL)
+
+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