]> git.sesse.net Git - vlc/blobdiff - modules/control/Modules.am
Remove all default modules from configure.ac
[vlc] / modules / control / Modules.am
index 9813627e25474475debd38400de0018d33d7fdf4..0ed8ca28d343916d6140b2fb8556f23705a8e56e 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,7 @@ SOURCES_motion = \
         motion.c \
         $(motion_extra) \
         $(NULL)
+
+libvlc_LTLIBRARIES += \
+       libgestures_plugin.la \
+       libhotkeys_plugin.la