EXTRA_INC added (Nexus)

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4800 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
arpi 2002-02-22 00:17:12 +00:00
parent fe8edf9767
commit 579b992547
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@ LIBNAME = libinput.a
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