aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.am
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 /Makefile.am
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 'Makefile.am')
-rw-r--r--Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index 22dcfe4..40ea321 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -3,7 +3,7 @@ AUTOMAKE_OPTIONS = foreign dist-bzip2
SUBDIRS = src include doc contrib
pkgconfigdir = $(libdir)/pkgconfig
-pkgconfig_DATA = libosmo-ranap.pc
+pkgconfig_DATA = libosmo-ranap.pc libosmo-sabp.pc
EXTRA_DIST = asn1 .version README.md