Changed to build libfreeglut.so.2.0.0

git-svn-id: https://svn.code.sf.net/p/freeglut/code/trunk@131 7f0cb862-5218-0410-a997-914c9d46530a
This commit is contained in:
cjp 2003-07-10 23:18:38 +00:00
parent 4ab7ad7266
commit 0e0b702a93

View File

@ -3,12 +3,12 @@
#
# The library we want to build
#
lib_LTLIBRARIES = libfreeglut-2.0.la
lib_LTLIBRARIES = libfreeglut.la
#
# Those source files build the freeglut library
#
libfreeglut_2_0_la_SOURCES = freeglut_callbacks.c \
libfreeglut_la_SOURCES = freeglut_callbacks.c \
freeglut_cursor.c \
freeglut_display.c \
freeglut_ext.c \
@ -34,8 +34,8 @@ libfreeglut_2_0_la_SOURCES = freeglut_callbacks.c \
#
# Additional linker flags
#
libfreeglut_2_0_la_LIBADD = $(LIBM) $(X_LIBS) -lGL -lGLU -lXext -lX11 -lXxf86vm
libfreeglut_2_0_la_LDFLAGS = -version-info 0:0:0
libfreeglut_la_LIBADD = $(LIBM) $(X_LIBS) -lGL -lGLU -lXext -lX11 -lXxf86vm
libfreeglut_la_LDFLAGS = -version-info 2:0:0
#
# End of file