mirror of https://github.com/mpv-player/mpv
EXTRA_INC added (Nexus)
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4800 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
fe8edf9767
commit
579b992547
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue