]> git.sesse.net Git - vlc/blobdiff - modules/control/Modules.am
Use KiB instead of kB for input statistics
[vlc] / modules / control / Modules.am
index 9813627e25474475debd38400de0018d33d7fdf4..3ee6cf103a621d3f955ca3f95d3caed6683e7abc 100644 (file)
@@ -1,12 +1,11 @@
-SUBDIRS = http
+SUBDIRS = http globalhotkeys
 SOURCES_gestures = gestures.c
-SOURCES_showintf = showintf.c
-SOURCES_telnet = telnet.c
+SOURCES_oldtelnet = telnet.c
 SOURCES_netsync = netsync.c
 SOURCES_ntservice = ntservice.c
 SOURCES_hotkeys = hotkeys.c
 SOURCES_lirc = lirc.c
-SOURCES_rc = rc.c
+SOURCES_oldrc = rc.c
 SOURCES_dbus = dbus.c dbus.h
 SOURCES_signals = signals.c
 if HAVE_DARWIN
@@ -18,3 +17,20 @@ 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 += \
+       libsignals_plugin.la \
+       libmotion_plugin.la
+else
+libvlc_LTLIBRARIES += \
+       libntservice_plugin.la
+endif
+endif