]> git.sesse.net Git - vlc/blobdiff - modules/control/Modules.am
Simplify up/down subtitle hotkey.
[vlc] / modules / control / Modules.am
index 406618e0276d05191a884a3603f80a5a007dffe7..3ee6cf103a621d3f955ca3f95d3caed6683e7abc 100644 (file)
@@ -1,13 +1,13 @@
-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
 motion_extra = unimotion.c unimotion.h
 else
@@ -18,3 +18,19 @@ SOURCES_motion = \
         $(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