From: Florian Forster Date: Wed, 12 Jul 2006 07:31:26 +0000 (+0200) Subject: Fixed the build system to version the generated shared objects and set an `soname... X-Git-Tag: liboping-0.3.2~2 X-Git-Url: https://git.octo.it/?a=commitdiff_plain;ds=sidebyside;h=ef0c6460c80397bed60295b980f2308e1ade8d0e;p=liboping.git Fixed the build system to version the generated shared objects and set an `soname' for them. --- 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