projects
/
freeglut
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
80defbd
)
The version info had the revision and the age transposed.
author
Christopher John Purnell
<cjp@lost.org.uk>
Mon, 21 Jul 2003 21:58:59 +0000
(21:58 +0000)
committer
Christopher John Purnell
<cjp@lost.org.uk>
Mon, 21 Jul 2003 21:58:59 +0000
(21:58 +0000)
git-svn-id: svn+ssh://svn.code.sf.net/p/freeglut/code/trunk/freeglut/freeglut@140
7f0cb862
-5218-0410-a997-
914c9d46530a
src/Makefile.am
patch
|
blob
|
history
diff --git
a/src/Makefile.am
b/src/Makefile.am
index
d37eb9e
..
6093d38
100644
(file)
--- a/
src/Makefile.am
+++ b/
src/Makefile.am
@@
-35,7
+35,7
@@
libglut_la_SOURCES = freeglut_callbacks.c \
# Additional linker flags
#
libglut_la_LIBADD = $(LIBM) $(X_LIBS) -lGL -lGLU -lXext -lX11 -lXxf86vm
-libglut_la_LDFLAGS = -version-info 11:8:0
+libglut_la_LDFLAGS = -version-info 11:0:8
#
# End of file