summaryrefslogtreecommitdiffstats
path: root/input/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'input/Makefile')
-rw-r--r--input/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/input/Makefile b/input/Makefile
index fd3d5b0555..8ad235eae4 100644
--- a/input/Makefile
+++ b/input/Makefile
@@ -3,7 +3,7 @@ include ../config.mak
LIBNAME = libinput.a
-SRCS=input.c joystick.c
+SRCS=input.c joystick.c lirc.c
OBJS=$(SRCS:.c=.o)
CFLAGS = $(OPTFLAGS) -I. -I.. -Wall