aboutsummaryrefslogtreecommitdiffstats
path: root/libosmo-sabp.pc.in
diff options
context:
space:
mode:
authorHarald Welte <laforge@gnumonks.org>2019-05-06 15:25:10 +0200
committerHarald Welte <laforge@gnumonks.org>2019-09-23 20:23:51 +0200
commite844bf7828ae3d05e5ad220664f684115a1c2760 (patch)
treea33743e54b5239cb1e2ec37e9111e9b8440ebb75 /libosmo-sabp.pc.in
parent7095c7ed0cc803d06e11e0468c5f6d81e38b3a56 (diff)
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
Diffstat (limited to 'libosmo-sabp.pc.in')
-rw-r--r--libosmo-sabp.pc.in10
1 files changed, 10 insertions, 0 deletions
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}/