view input/Makefile @ 22094:e2d1bb1d2c6b

demux_mpg_probe() seek to the initial position before returning - patch by reimar
author nicodvb
date Sat, 03 Feb 2007 14:09:47 +0000
parents ef59ac68c9b6
children 8bcff5c7e387
line wrap: on
line source


include ../config.mak

LIBNAME = libinput.a

SRCS=input.c
SRCS-$(JOYSTICK) += joystick.c
SRCS-$(LIRC)     += lirc.c

include ../mpcommon.mak