From ef0c6460c80397bed60295b980f2308e1ade8d0e Mon Sep 17 00:00:00 2001 From: Florian Forster Date: Wed, 12 Jul 2006 09:31:26 +0200 Subject: [PATCH 1/1] Fixed the build system to version the generated shared objects and set an `soname' for them. --- src/Makefile.am | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/Makefile.am b/src/Makefile.am index 1b440d4..12c92c9 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -9,8 +9,7 @@ endif include_HEADERS = oping.h lib_LTLIBRARIES = liboping.la -#liboping_la_CFLAGS = -liboping_la_LDFLAGS = -avoid-version +liboping_la_LDFLAGS = -version-info 0:3:0 if BUILD_WITH_LIBSOCKET liboping_la_LDFLAGS += -lsocket endif -- 2.30.2