openbsd-ports/devel/guilib/patches/patch-Makefile_am
obecian 438f51ae67 guilib-1.1.0 import
--
This is a very simple GUI framework, for use with SDL.
It is very flexible, but is by no means a complete windowing system.

It contains a C++ GUI class with a very rudimentary C interface,
and a set of useful widget classes.
2001-05-07 04:04:36 +00:00

11 lines
275 B
Plaintext

--- Makefile.am.orig Sun May 6 12:16:25 2001
+++ Makefile.am Sun May 6 12:40:24 2001
@@ -50,7 +50,6 @@ EXTRA_DIST = \
scroll_dn.bmp \
scroll_up.bmp
libGUI_la_LDFLAGS = \
- -release $(LT_RELEASE) \
-version-info $(LT_CURRENT):$(LT_REVISION):$(LT_AGE)