aboutsummaryrefslogblamecommitdiff
path: root/devel/guichan/files/patch-src__opengl__Makefile.in
blob: b663ecfcb4d29af86bd08aa92d7e2a9dd3f6952c (plain) (tree)
1
2
3
4
5
6
7
8
9
10
11










                                                                                                                          
--- ./src/opengl/Makefile.in.orig	2008-07-28 14:08:06.000000000 +0200
+++ ./src/opengl/Makefile.in	2008-07-28 14:08:14.000000000 +0200
@@ -202,7 +202,7 @@
 top_srcdir = @top_srcdir@
 lib_LTLIBRARIES = libguichan_opengl.la
 INCLUDES = -I$(top_srcdir)/include
-libguichan_opengl_la_LDFLAGS = -no-undefined -release $(LT_RELEASE) -version-info $(LT_CURRENT):$(LT_REVISION):$(LT_AGE) 
+libguichan_opengl_la_LDFLAGS = -no-undefined -version-info $(LT_CURRENT):$(LT_REVISION):$(LT_AGE) 
 libguichan_opengl_la_SOURCES = \
 	opengl.cpp		\
 	openglimage.cpp		\