[rygel] core: Add libtool versioning



commit c6b1c4049a9aacdbc9a3f39b187412e6bb700e17
Author: Jens Georg <mail jensge org>
Date:   Fri Jun 22 16:26:52 2012 +0200

    core: Add libtool versioning

 src/rygel/Makefile.am |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)
---
diff --git a/src/rygel/Makefile.am b/src/rygel/Makefile.am
index e3bf54a..86eadae 100644
--- a/src/rygel/Makefile.am
+++ b/src/rygel/Makefile.am
@@ -123,6 +123,9 @@ librygel_core_1_0_la_LIBADD = \
 	$(GIO_LIBS) \
 	$(LIBSOUP_LIBS)
 
+RYGEL_CORE_VERSION=0:0:0
+librygel_core_1_0_la_LDFLAGS = -version-info $(RYGEL_CORE_VERSION)
+
 bin_PROGRAMS = rygel
 
 BUILT_SOURCES = \



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]