From: John F. Fay Date: Tue, 26 Apr 2005 13:38:27 +0000 (+0000) Subject: Changing include path from relative to absolute to support off-directory builds ... X-Git-Url: http://git.mutantstargoat.com/user/nuclear/?a=commitdiff_plain;h=5763e95ba884a7dd8d49adb4ef9e3084d619a82d;p=freeglut 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 --- 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