summaryrefslogtreecommitdiffstats
path: root/input
diff options
context:
space:
mode:
authordiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2006-07-12 17:58:07 +0000
committerdiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2006-07-12 17:58:07 +0000
commitf7d4dd174becb9deca68d268dea93cd5f028ff65 (patch)
tree623eee62f1b9c8e9a73368e2ff11ddfffcc72a4e /input
parent72d1a2042f98c0b86ed4526620e6166e1a8c13bd (diff)
downloadmpv-f7d4dd174becb9deca68d268dea93cd5f028ff65.tar.bz2
mpv-f7d4dd174becb9deca68d268dea93cd5f028ff65.tar.xz
OPTFLAGS already includes EXTRA_INC.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19042 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 9711e8f31b..c2eedc3011 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.. $(EXTRA_INC)
+CFLAGS = $(OPTFLAGS) -I. -I..
.SUFFIXES: .c .o