changeset 4799:ff38befe039c

EXTRA_INC added (Nexus)
author arpi
date Fri, 22 Feb 2002 00:17:12 +0000
parents c39affa2b376
children e47b32c0eca8
files input/Makefile
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
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