From e844bf7828ae3d05e5ad220664f684115a1c2760 Mon Sep 17 00:00:00 2001 From: Harald Welte Date: Mon, 6 May 2019 15:25:10 +0200 Subject: sabp: Generate C/H files for SABP; create libosmo-sabp This uses the (modified) Osmocom asn1c on the (modified) SABP ASN.1 syntax to generate C code + header files for SABP parsing/encoding. It also adds some helper code for message encoding and decoding as well as a new libosmo-sabp shared library which can be used by programs to implement SABP related functionality. Change-Id: Ib9580d1af96354398da4c9f97b28a0e23d56e275 --- libosmo-sabp.pc.in | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 libosmo-sabp.pc.in (limited to 'libosmo-sabp.pc.in') diff --git a/libosmo-sabp.pc.in b/libosmo-sabp.pc.in new file mode 100644 index 0000000..fd0c2d4 --- /dev/null +++ b/libosmo-sabp.pc.in @@ -0,0 +1,10 @@ +prefix=@prefix@ +exec_prefix=@exec_prefix@ +libdir=@libdir@ +includedir=@includedir@ + +Name: Osmocom SABP protocol library +Description: C Utility Library +Version: @VERSION@ +Libs: -L${libdir} -losmo-sabp +Cflags: -I${includedir}/ -- cgit v1.2.3