7c50feb96b
Guichan is a small, efficient C++ GUI library designed for games. It comes with a standard set of widgets and can use several different back-ends for displaying graphics and grabbing user input. based on a submission by Jonathan Armani <dbd@asystant.net>, MAINTAINER
13 lines
646 B
Plaintext
13 lines
646 B
Plaintext
$OpenBSD: patch-src_Makefile_in,v 1.1.1.1 2008/08/22 11:38:25 ajacoutot Exp $
|
|
--- src/Makefile.in.orig Thu Aug 21 15:21:00 2008
|
|
+++ src/Makefile.in Thu Aug 21 15:21:18 2008
|
|
@@ -217,7 +217,7 @@ SUBDIRS = widgets @GUICHAN_EXTRADIRS@ hge openlayer co
|
|
INCLUDES = -I$(top_srcdir)/include
|
|
lib_LTLIBRARIES = libguichan.la
|
|
libguichan_la_LIBADD = widgets/libguichan_widgets.la
|
|
-libguichan_la_LDFLAGS = -no-undefined -release $(LT_RELEASE) -version-info $(LT_CURRENT):$(LT_REVISION):$(LT_AGE)
|
|
+libguichan_la_LDFLAGS = -no-undefined -version-info $(LT_CURRENT):$(LT_REVISION):$(LT_AGE)
|
|
libguichan_la_DEPENDENCIES = \
|
|
widgets/libguichan_widgets.la
|
|
|