X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;ds=sidebyside;f=modules%2Fcontrol%2FModules.am;h=3ee6cf103a621d3f955ca3f95d3caed6683e7abc;hb=e17d5ecd8918a78c8ecbff36110292c1caaafd26;hp=9813627e25474475debd38400de0018d33d7fdf4;hpb=0efa83acc9ea7758bceae38f0e0e5453c7239e20;p=vlc diff --git a/modules/control/Modules.am b/modules/control/Modules.am index 9813627e25..3ee6cf103a 100644 --- a/modules/control/Modules.am +++ b/modules/control/Modules.am @@ -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