1
mirror of https://github.com/mpv-player/mpv synced 2024-07-27 17:48:22 +02:00
mpv/input/Makefile
diego 2a86b5b99e FFmpeg-style dependency declaration
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21325 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-11-27 13:42:36 +00:00

11 lines
142 B
Makefile

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