summaryrefslogtreecommitdiffstats
path: root/input/Makefile
blob: 3b4d085581e5c5765fbda1c7a77f0b7783933e26 (plain)
1
2
3
4
5
6
7
8
9
10
include ../config.mak

LIBNAME_MPLAYER = libinput.a

SRCS_MPLAYER              = input.c
SRCS_MPLAYER-$(APPLE_REMOTE) += ar.c
SRCS_MPLAYER-$(JOYSTICK) += joystick.c
SRCS_MPLAYER-$(LIRC)     += lirc.c

include ../mpcommon.mak