diff libmenu/Makefile @ 19190:1ea5c31932fd

Unify include paths in the build system, part I.
author diego
date Thu, 27 Jul 2006 10:08:17 +0000
parents c0d96b4ff0af
children 4f71ed7cb512
line wrap: on
line diff
--- a/libmenu/Makefile	Thu Jul 27 09:34:32 2006 +0000
+++ b/libmenu/Makefile	Thu Jul 27 10:08:17 2006 +0000
@@ -15,11 +15,10 @@
 
 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