summaryrefslogtreecommitdiffstats
path: root/libmenu/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'libmenu/Makefile')
-rw-r--r--libmenu/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/libmenu/Makefile b/libmenu/Makefile
index 9353081346..9b2a728a1b 100644
--- a/libmenu/Makefile
+++ b/libmenu/Makefile
@@ -15,11 +15,10 @@ SRCS= menu.c \
ifeq ($(DVBIN),yes)
SRCS += menu_dvbin.c
-EXTRA_INC += $(DVB_INC)
endif
OBJS=$(SRCS:.c=.o)
-CFLAGS = $(OPTFLAGS) -I. -I.. -I../libmpcodecs $(FREETYPE_INC)
+CFLAGS = $(OPTFLAGS) -I. -I.. -I../libmpcodecs
.SUFFIXES: .c .o