Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKent Mein <mein@cs.umn.edu>2004-11-12 20:35:10 +0300
committerKent Mein <mein@cs.umn.edu>2004-11-12 20:35:10 +0300
commitf718d56192bb7be443f866dd0b4a08b4f5f62612 (patch)
tree3fd623daf81ef53ca21033806917a41ad0a483e3 /source/blender/ftfont
parentf5a9209f2889ce7a7277c3803560ef39d44552cc (diff)
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
Diffstat (limited to 'source/blender/ftfont')
-rw-r--r--source/blender/ftfont/intern/Makefile1
1 files changed, 1 insertions, 0 deletions
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)