From 8b00b2e551e44ce20aa43c794d87022549cbfbb0 Mon Sep 17 00:00:00 2001 From: Christopher John Purnell Date: Mon, 21 Jul 2003 21:58:59 +0000 Subject: [PATCH] The version info had the revision and the age transposed. git-svn-id: svn+ssh://svn.code.sf.net/p/freeglut/code/trunk/freeglut/freeglut@140 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 d37eb9e..6093d38 100644 --- 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 -- 1.7.10.4