X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;ds=sidebyside;f=modules%2Fcontrol%2FModules.am;h=9813627e25474475debd38400de0018d33d7fdf4;hb=5ebacd11d10f9acc39afc0b3d41beb280eaac293;hp=8a1e55694a5628a2cc6d8ec423e1803b94df8841;hpb=9ec1b8a0275afa50e0f161b38932d2425970451b;p=vlc diff --git a/modules/control/Modules.am b/modules/control/Modules.am index 8a1e55694a..9813627e25 100644 --- a/modules/control/Modules.am +++ b/modules/control/Modules.am @@ -1,5 +1,20 @@ +SUBDIRS = http SOURCES_gestures = gestures.c -SOURCES_http = http.c +SOURCES_showintf = showintf.c +SOURCES_telnet = telnet.c +SOURCES_netsync = netsync.c SOURCES_ntservice = ntservice.c -SOURCES_joystick = joystick.c SOURCES_hotkeys = hotkeys.c +SOURCES_lirc = lirc.c +SOURCES_rc = 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)