You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
19 lines
412 B
19 lines
412 B
SOURCES_gestures = gestures.c
|
|
SOURCES_showintf = showintf.c
|
|
SOURCES_telnet = telnet.c
|
|
SOURCES_netsync = netsync.c
|
|
SOURCES_ntservice = ntservice.c
|
|
SOURCES_hotkeys = hotkeys.c
|
|
SOURCES_lirc = lirc.c
|
|
SOURCES_rc = rc.c
|
|
SOURCES_dbus = dbus.c dbus.h
|
|
if HAVE_DARWIN
|
|
motion_extra = unimotion.c unimotion.h
|
|
else
|
|
motion_extra = $(NULL)
|
|
endif
|
|
SOURCES_motion = \
|
|
motion.c \
|
|
$(motion_extra) \
|
|
$(NULL)
|
|
|
|
|