projects
/
freeglut
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2c593fc
)
Changing include path from relative to absolute to support off-directory builds ...
author
John F. Fay
<johnffay@nettally.com>
Tue, 26 Apr 2005 13:38:27 +0000
(13:38 +0000)
committer
John F. Fay
<johnffay@nettally.com>
Tue, 26 Apr 2005 13:38:27 +0000
(13:38 +0000)
git-svn-id: svn+ssh://svn.code.sf.net/p/freeglut/code/trunk/freeglut/freeglut@582
7f0cb862
-5218-0410-a997-
914c9d46530a
src/Makefile.am
patch
|
blob
|
history
diff --git
a/src/Makefile.am
b/src/Makefile.am
index
188395d
..
20077b2
100644
(file)
--- 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