diff input/Makefile @ 4799:ff38befe039c

EXTRA_INC added (Nexus)
author arpi
date Fri, 22 Feb 2002 00:17:12 +0000
parents 5105f5da01d6
children b69ddd4d3bb9
line wrap: on
line diff
--- a/input/Makefile	Thu Feb 21 22:48:47 2002 +0000
+++ b/input/Makefile	Fri Feb 22 00:17:12 2002 +0000
@@ -6,7 +6,7 @@
 SRCS=input.c joystick.c lirc.c 
 OBJS=$(SRCS:.c=.o)
 
-CFLAGS  = $(OPTFLAGS) -I. -I.. -Wall
+CFLAGS  = $(OPTFLAGS) -I. -I.. $(EXTRA_INC) -Wall
 
 .SUFFIXES: .c .o