From 7533705ab15240b84bcb12cf81c5863249f9658e Mon Sep 17 00:00:00 2001 From: Harald Welte Date: Sun, 8 May 2011 14:35:40 +0200 Subject: libosmocore: bump library interface version to '1' for new osmo_ names --- src/Makefile.am | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'src/Makefile.am') diff --git a/src/Makefile.am b/src/Makefile.am index a0d639ca..8383a95b 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -2,7 +2,7 @@ SUBDIRS=. vty codec gsm # This is _NOT_ the library release version, it's an API version. # Please read Chapter 6 "Library interface versions" of the libtool documentation before making any modification -LIBVERSION=0:0:0 +LIBVERSION=1:0:0 INCLUDES = $(all_includes) -I$(top_srcdir)/include AM_CFLAGS = -fPIC -Wall @@ -18,7 +18,9 @@ libosmocore_la_SOURCES = timer.c select.c signal.c msgb.c bits.c \ if ENABLE_PLUGIN libosmocore_la_SOURCES += plugin.c -libosmocore_la_LDFLAGS = -ldl +libosmocore_la_LDFLAGS = -version-info $(LIBVERSION) -ldl +else +libosmocore_la_LDFLAGS = -version-info $(LIBVERSION) endif if ENABLE_TALLOC -- cgit v1.2.3