From f718d56192bb7be443f866dd0b4a08b4f5f62612 Mon Sep 17 00:00:00 2001 From: Kent Mein Date: Fri, 12 Nov 2004 17:35:10 +0000 Subject: FTGL on my system put the includes in /usr/local/include/FTGL while its setup to look in $(NAN_FTGL)/include I added $(NAN_FTGL)/include/FTGL I've had the mod lying around forever and just never bothered to commit it but I'm sick of looking at the modified file in cvs update ;) Kent --- source/blender/ftfont/intern/Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'source/blender/ftfont') diff --git a/source/blender/ftfont/intern/Makefile b/source/blender/ftfont/intern/Makefile index 5aa5f8bf084..d3a1977994b 100644 --- a/source/blender/ftfont/intern/Makefile +++ b/source/blender/ftfont/intern/Makefile @@ -47,6 +47,7 @@ CPPFLAGS += -I../../makesdna CPPFLAGS += -I../../blenkernel CPPFLAGS += -I../../blenlib CPPFLAGS += -I$(NAN_FTGL)/include +CPPFLAGS += -I$(NAN_FTGL)/include/FTGL CPPFLAGS += -I$(NAN_GETTEXT)/include CPPFLAGS += -I$(NAN_FREETYPE)/include ifeq ($(OS), windows) -- cgit v1.2.3