mpv/input/Makefile

10 lines
188 B
Makefile

include ../config.mak
LIBNAME_MPLAYER = libinput.a
SRCS_MPLAYER = input.c
SRCS_MPLAYER-$(JOYSTICK) += joystick.c
SRCS_MPLAYER-$(LIRC) += lirc.c
include ../mpcommon.mak