0
0
mirror of https://github.com/mpv-player/mpv.git synced 2024-09-20 12:02:23 +02:00

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

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