From 5763e95ba884a7dd8d49adb4ef9e3084d619a82d Mon Sep 17 00:00:00 2001 From: "John F. Fay" Date: Tue, 26 Apr 2005 13:38:27 +0000 Subject: [PATCH] Changing include path from relative to absolute to support off-directory builds (Yuri D\'Elia, March 22, 5:59 PM) git-svn-id: svn+ssh://svn.code.sf.net/p/freeglut/code/trunk/freeglut/freeglut@582 7f0cb862-5218-0410-a997-914c9d46530a --- src/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Makefile.am b/src/Makefile.am index 188395d..20077b2 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -45,7 +45,7 @@ lib@LIBRARY@_la_LIBADD = $(LIBM) $(X_LIBS) -lGL -lGLU -lXext -lX11 $(LIBXXF86VM) lib@LIBRARY@_la_LDFLAGS = -version-info 11:0:8 lib@LIBRARY@_la_CFLAGS = $(X_CFLAGS) -INCLUDES = -I../include +INCLUDES = -I$(top_srcdir)/include # # End of file -- 1.7.10.4