Compile fix for Taniwha

This commit is contained in:
Zephaniah E. Hull 2000-03-07 09:39:31 +00:00
parent 6859b85f30
commit 4c5c608637
2 changed files with 3 additions and 3 deletions

View file

@ -12,7 +12,7 @@ CC := @CC@
LDFLAGS += @LDFLAGS@ @LIBS@ LDFLAGS += @LDFLAGS@ @LIBS@
INCLUDES += -I$(SRC_DIR) -I$(COMMON_DIR) INCLUDES += -I$(SRC_DIR) -I$(COMMON_DIR) @OGL_INCLUDES@
CFLAGS += @CFLAGS@ $(INCLUDES) CFLAGS += @CFLAGS@ $(INCLUDES)
MAKE_SURE_DIR = if test -d "$$DIR"; then \ MAKE_SURE_DIR = if test -d "$$DIR"; then \

View file

@ -304,9 +304,9 @@ if test "x$HAS_OGL" != xno; then
OGL_LIBS="$OGL_LIBS -L$HAS_OGL" OGL_LIBS="$OGL_LIBS -L$HAS_OGL"
fi fi
if test "x$OGL_INCLUDES" != xauto; then if test "x$OGL_INCLUDES" != xauto; then
OGL_CFLAGS="$OGL_CFLAGS -I$OGL_INCLUDES" OGL_INCLUDES="-I$OGL_INCLUDES"
else else
OGL_CFLAGS="$OGL_CFLAGS -I${x_includes:-.}" OGL_INCLUDES="-I${x_includes:-.}"
fi fi
save_CPPFLAGS="$CPPFLAGS" save_CPPFLAGS="$CPPFLAGS"
CPPFLAGS="$CPPFLAGS $OGL_CFLAGS" CPPFLAGS="$CPPFLAGS $OGL_CFLAGS"