summaryrefslogtreecommitdiffstats
path: root/input
diff options
context:
space:
mode:
authorarpi <arpi@b3059339-0415-0410-9bf9-f77b7e298cf2>2002-02-22 00:17:12 +0000
committerarpi <arpi@b3059339-0415-0410-9bf9-f77b7e298cf2>2002-02-22 00:17:12 +0000
commit579b992547818e4ec7c38c4ba40987fd5d95a863 (patch)
treeab3a82822b54442ecf1f20b228593dfec0028881 /input
parentfe8edf976759aef5328f2f52556277e7bad15031 (diff)
downloadmpv-579b992547818e4ec7c38c4ba40987fd5d95a863.tar.bz2
mpv-579b992547818e4ec7c38c4ba40987fd5d95a863.tar.xz
EXTRA_INC added (Nexus)
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4800 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'input')
-rw-r--r--input/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/input/Makefile b/input/Makefile
index 8ad235eae4..ffc82e83f0 100644
--- a/input/Makefile
+++ b/input/Makefile
@@ -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