root/modules/control/Modules.am

Revision 0efa83acc9ea7758bceae38f0e0e5453c7239e20, 454 bytes (checked in by Rémi Denis-Courmont <rem@videolan.org>, 6 months ago)

signal handling interface

  • Property mode set to 100644
Line 
1 SUBDIRS = http
2 SOURCES_gestures = gestures.c
3 SOURCES_showintf = showintf.c
4 SOURCES_telnet = telnet.c
5 SOURCES_netsync = netsync.c
6 SOURCES_ntservice = ntservice.c
7 SOURCES_hotkeys = hotkeys.c
8 SOURCES_lirc = lirc.c
9 SOURCES_rc = rc.c
10 SOURCES_dbus = dbus.c dbus.h
11 SOURCES_signals = signals.c
12 if HAVE_DARWIN
13 motion_extra = unimotion.c unimotion.h
14 else
15 motion_extra = $(NULL)
16 endif
17 SOURCES_motion = \
18         motion.c \
19         $(motion_extra) \
20         $(NULL)
Note: See TracBrowser for help on using the browser.