74b8917131
versions controllable from the makefile.
13 lines
561 B
Plaintext
13 lines
561 B
Plaintext
$OpenBSD: patch-gobject_Makefile_in,v 1.1 2002/08/07 13:11:53 nino Exp $
|
|
--- gobject/Makefile.in.orig Wed Aug 7 13:37:04 2002
|
|
+++ gobject/Makefile.in Wed Aug 7 13:37:26 2002
|
|
@@ -176,7 +176,7 @@ lib_LTLIBRARIES = libgobject-2.0.la
|
|
# libtool stuff: set version and export symbols for resolving
|
|
libgobjectincludedir = $(includedir)/glib-2.0/gobject
|
|
libgobject_2_0_la_LDFLAGS = @STRIP_BEGIN@ \
|
|
- -version-info $(LT_CURRENT):$(LT_REVISION):$(LT_AGE) \
|
|
+ -version-info $(LIBGOBJECT_VERSION) \
|
|
-export-dynamic $(no_undefined) $(export_symbols) \
|
|
@STRIP_END@
|
|
|