From e8a9906d05de8faa64e422f0f72751063ac5a198 Mon Sep 17 00:00:00 2001 From: lecoanet Date: Mon, 18 Oct 2004 09:39:05 +0000 Subject: Changed the include paths order to let the compiler pick the standard GL includes before the local ones. This matters for the tesselator code. --- Makefile.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Makefile.in') diff --git a/Makefile.in b/Makefile.in index b1d0a9c..dab7ce2 100644 --- a/Makefile.in +++ b/Makefile.in @@ -172,8 +172,8 @@ SHARED_BUILD = @SHARED_BUILD@ # The local includes must come first, because the TK_XINCLUDES can be # just a comment -INCLUDES = -I$(tess_dir) -I$(srcdir)/generic \ - @TCL_INCLUDES@ @TK_INCLUDES@ @TK_XINCLUDES@ @GL_INCLUDES@ +INCLUDES = -I$(srcdir)/generic \ + @TCL_INCLUDES@ @TK_INCLUDES@ @TK_XINCLUDES@ @GL_INCLUDES@ -I$(tess_dir) EXTRA_CFLAGS = $(MEM_DEBUG_FLAGS) @EXTRA_CFLAGS@ -- cgit v1.1