summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 75462cf..d6a2bdf 100644
--- a/Makefile
+++ b/Makefile
@@ -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 \