glib r6870 - trunk/gio
- From: mitch svn gnome org
- To: svn-commits-list gnome org
- Subject: glib r6870 - trunk/gio
- Date: Tue, 22 Apr 2008 14:51:37 +0100 (BST)
Author: mitch
Date: Tue Apr 22 13:51:37 2008
New Revision: 6870
URL: http://svn.gnome.org/viewvc/glib?rev=6870&view=rev
Log:
2008-04-22 Michael Natterer <mitch imendio com>
* Makefile.am: fix library versioning (it was 0.0.0).
Modified:
trunk/gio/ChangeLog
trunk/gio/Makefile.am
Modified: trunk/gio/Makefile.am
==============================================================================
--- trunk/gio/Makefile.am (original)
+++ trunk/gio/Makefile.am Tue Apr 22 13:51:37 2008
@@ -250,7 +250,10 @@
uninstall-local: uninstall-ms-lib uninstall-def-file
-libgio_2_0_la_LDFLAGS= -export-dynamic $(no_undefined) $(export_symbols)
+libgio_2_0_la_LDFLAGS = \
+ -version-info $(LT_CURRENT):$(LT_REVISION):$(LT_AGE) \
+ -export-dynamic $(no_undefined) $(export_symbols)
+
libgio_2_0_la_DEPENDENCIES = $(gio_def)
gio_headers = \
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]