diff options
Diffstat (limited to 'input/Makefile')
-rw-r--r-- | input/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/input/Makefile b/input/Makefile index 9711e8f31b..c2eedc3011 100644 --- a/input/Makefile +++ b/input/Makefile @@ -6,7 +6,7 @@ LIBNAME = libinput.a SRCS=input.c joystick.c lirc.c OBJS=$(SRCS:.c=.o) -CFLAGS = $(OPTFLAGS) -I. -I.. $(EXTRA_INC) +CFLAGS = $(OPTFLAGS) -I. -I.. .SUFFIXES: .c .o |