summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorPixel <pixel@nobis-crew.org>2009-05-16 08:22:14 +0000
committerPixel <pixel@nobis-crew.org>2009-05-16 08:22:14 +0000
commit8355fcc5e6ecfc106ade0f4fdeaa97db9fa22f43 (patch)
tree820879191eeeb8a52cf2cf67b2dccae9f22413f4 /Makefile
parent538414ea2e5e7e9edcf86b4431c8e194ebd405df (diff)
Adding ImageMagick path.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 106e45b..f12451b 100644
--- a/Makefile
+++ b/Makefile
@@ -22,6 +22,8 @@ STRIP = strip
HAS_ORACLE=$(shell [ -d /usr/local/instantclient ] && echo true || echo false ])
INCLUDES = \
+-I../Mesa-7.4.2/include \
+-I/usr/include/ImageMagick \
-I../mogltk/include \
-I../Baltisot/include \
-I../Baltisot/lib/zlib/include \