summaryrefslogtreecommitdiffstats
path: root/input
diff options
context:
space:
mode:
Diffstat (limited to 'input')
-rw-r--r--input/Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/input/Makefile b/input/Makefile
index 1ecf28e8bb..f43fccb643 100644
--- a/input/Makefile
+++ b/input/Makefile
@@ -1,10 +1,10 @@
include ../config.mak
-LIBNAME = libinput.a
+LIBNAME_MPLAYER = libinput.a
-SRCS=input.c
-SRCS-$(JOYSTICK) += joystick.c
-SRCS-$(LIRC) += lirc.c
+SRCS_MPLAYER = input.c
+SRCS_MPLAYER-$(JOYSTICK) += joystick.c
+SRCS_MPLAYER-$(LIRC) += lirc.c
include ../mpcommon.mak