1
mirror of https://github.com/mpv-player/mpv synced 2024-09-28 17:52:52 +02:00
mpv/input/Makefile
diego 5519d98983 cosmetics: Fix indentation, reorder some lines for consistency.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22549 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-03-13 21:55:23 +00:00

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