diff options
author | Pixel <pixel@nobis-crew.org> | 2009-11-09 14:37:19 -0800 |
---|---|---|
committer | Pixel <pixel@nobis-crew.org> | 2009-11-09 14:37:19 -0800 |
commit | eb92de92248384edb480dbaf277779e56d6c0a35 (patch) | |
tree | 5e4fa78bb3c5e2c23905a353803c8b3c6dad6e07 /Makefile | |
parent | b75644d5f5c215a2b53c6ebd95f725e965c1702b (diff) |
Fixing oracle part...
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -20,7 +20,7 @@ endif CC = gcc CXX = g++ -HAS_ORACLE=$(shell [ -d /usr/local/instantclient ] && echo true || echo false ]) +HAVE_ORACLE=$(shell [ -d /usr/local/instantclient ] && echo true || echo false ]) INCLUDES = \ -I../Mesa-7.4.2/include \ |