From 22b5b6d0f50ad9d278c04559fef81df6a6141209 Mon Sep 17 00:00:00 2001 From: diego Date: Thu, 27 Jul 2006 10:08:17 +0000 Subject: Unify include paths in the build system, part I. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19195 b3059339-0415-0410-9bf9-f77b7e298cf2 --- libmenu/Makefile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'libmenu') 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 -- cgit v1.2.3