diff options
author | Nicolas "Pixel" Noble <pixel@nobis-crew.org> | 2009-11-25 03:07:55 +0100 |
---|---|---|
committer | Nicolas "Pixel" Noble <pixel@nobis-crew.org> | 2009-11-25 03:07:55 +0100 |
commit | e0715718af5ece286fbb01559fd7d2861def02ff (patch) | |
tree | 72e14aa12367914ae81d967aff8ecd9d501b6a43 /Makefile | |
parent | 2c9cb1124e3e99d54f9e7ffeb33710ad0d0a5d89 (diff) |
Mesa-7.4.4 is actually used now.
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -23,7 +23,7 @@ CXX = g++ HAVE_ORACLE=$(shell [ -d /usr/local/instantclient ] || [ -e /usr/include/oracle/11.1/client/occi.h ] || [ -e /usr/bin/sqlplus ] && echo true || echo false ]) INCLUDES = \ --I../Mesa-7.4.2/include \ +-I../Mesa-7.4.4/include \ -I/usr/include/ImageMagick \ -I../mogltk/include \ -I../Baltisot/include \ |