From 2f102058ca8ac40ba4fef95d19d4c1a43c5e0fb6 Mon Sep 17 00:00:00 2001 From: Neels Hofmeyr Date: Sat, 9 Apr 2022 17:38:06 +0200 Subject: install libosmo-pfcp The first user of this is osmo-hnbgw, to implement GTP mapping via a UPF. Related: SYS#5895 Change-Id: If4465095000a898296d69d5b725507f909c87aa3 --- src/libosmo-pfcp/Makefile.am | 13 ++++++++++--- 1 file changed, 10 insertions(+), 3 deletions(-) (limited to 'src') diff --git a/src/libosmo-pfcp/Makefile.am b/src/libosmo-pfcp/Makefile.am index f6174fa..1f4b80f 100644 --- a/src/libosmo-pfcp/Makefile.am +++ b/src/libosmo-pfcp/Makefile.am @@ -19,11 +19,11 @@ AM_LDFLAGS = \ $(COVERAGE_LDFLAGS) \ $(NULL) -noinst_LIBRARIES = \ - libosmo-pfcp.a \ +lib_LTLIBRARIES = \ + libosmo-pfcp.la \ $(NULL) -libosmo_pfcp_a_SOURCES = \ +libosmo_pfcp_la_SOURCES = \ pfcp_endpoint.c \ pfcp_ies_custom.c \ pfcp_msg.c \ @@ -32,6 +32,13 @@ libosmo_pfcp_a_SOURCES = \ pfcp_ies_auto.c \ $(NULL) +# 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=1:0:0 + +libosmo_pfcp_la_LDFLAGS = -version-info $(LIBVERSION) -no-undefined -export-symbols-regex '^osmo_' + BUILT_SOURCES = \ pfcp_ies_auto.c \ $(NULL) -- cgit v1.2.3