From 13567ad7571911f91a72055aedc25ce8726affb8 Mon Sep 17 00:00:00 2001 From: Michael Natterer Date: Tue, 22 Apr 2008 13:51:37 +0000 Subject: [PATCH] fix library versioning (it was 0.0.0). 2008-04-22 Michael Natterer * Makefile.am: fix library versioning (it was 0.0.0). svn path=/trunk/; revision=6870 --- gio/ChangeLog | 4 ++++ gio/Makefile.am | 5 ++++- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/gio/ChangeLog b/gio/ChangeLog index 7147dd5..435cd37 100644 --- a/gio/ChangeLog +++ b/gio/ChangeLog @@ -1,3 +1,7 @@ +2008-04-22 Michael Natterer + + * Makefile.am: fix library versioning (it was 0.0.0). + 2008-04-21 Lin Ma * fen/fen-data.c, fen/fen-helper.c, fen/fen-missing.c, fen/fen-node.c: diff --git a/gio/Makefile.am b/gio/Makefile.am index f5bb994..f31352f 100644 --- a/gio/Makefile.am +++ b/gio/Makefile.am @@ -250,7 +250,10 @@ install-data-local: install-ms-lib install-def-file 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 = \ -- 2.7.4