diff options
author | Pixel <pixel@nobis-crew.org> | 2009-05-16 08:22:14 +0000 |
---|---|---|
committer | Pixel <pixel@nobis-crew.org> | 2009-05-16 08:22:14 +0000 |
commit | 8355fcc5e6ecfc106ade0f4fdeaa97db9fa22f43 (patch) | |
tree | 820879191eeeb8a52cf2cf67b2dccae9f22413f4 /Makefile | |
parent | 538414ea2e5e7e9edcf86b4431c8e194ebd405df (diff) |
Adding ImageMagick path.
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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 \ |