This is merely a historical archive of years 2008-2021, before the migration to mailman3.
A maintained and still updated list archive can be found at https://lists.osmocom.org/hyperkitty/list/gerrit-log@lists.osmocom.org/.
Harald Welte gerrit-no-reply at lists.osmocom.orgHarald Welte has submitted this change and it was merged.
Change subject: Add missing xua.pc file
......................................................................
Add missing xua.pc file
Change-Id: I5081799e1d7c7f5f3206e5f38060540bb4e3289b
Signed-off-by: Arran Cudbard-Bell <a.cudbardb at freeradius.org>
---
M Makefile.am
M configure.ac
A libosmo-xua.pc.in
3 files changed, 12 insertions(+), 1 deletion(-)
Approvals:
Harald Welte: Looks good to me, approved
Jenkins Builder: Verified
diff --git a/Makefile.am b/Makefile.am
index 66b4d17..b1eff56 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -4,7 +4,7 @@
SUBDIRS = include src tests
pkgconfigdir = $(libdir)/pkgconfig
-pkgconfig_DATA = libosmo-sccp.pc libosmo-mtp.pc libosmo-sigtran.pc
+pkgconfig_DATA = libosmo-sccp.pc libosmo-mtp.pc libosmo-sigtran.pc libosmo-xua.pc
EXTRA_DIST = .version
diff --git a/configure.ac b/configure.ac
index 6446677..4c3c937 100644
--- a/configure.ac
+++ b/configure.ac
@@ -44,6 +44,7 @@
libosmo-sigtran.pc
libosmo-sccp.pc
libosmo-mtp.pc
+ libosmo-xua.pc
include/sccp/Makefile
include/mtp/Makefile
include/osmocom/Makefile
diff --git a/libosmo-xua.pc.in b/libosmo-xua.pc.in
new file mode 100644
index 0000000..28f8285
--- /dev/null
+++ b/libosmo-xua.pc.in
@@ -0,0 +1,10 @@
+prefix=@prefix@
+exec_prefix=@exec_prefix@
+libdir=@libdir@
+includedir=@includedir@
+
+Name: Osmo XUA Lib
+Description: Osmo XUA Lib
+Version: @VERSION@
+Libs: -L${libdir} -losmo-xua
+Cflags: -I${includedir}/
--
To view, visit https://gerrit.osmocom.org/1195
To unsubscribe, visit https://gerrit.osmocom.org/settings
Gerrit-MessageType: merged
Gerrit-Change-Id: I5081799e1d7c7f5f3206e5f38060540bb4e3289b
Gerrit-PatchSet: 2
Gerrit-Project: libosmo-sccp
Gerrit-Branch: master
Gerrit-Owner: Arran Cudbard-bell <a.cudbardb at freeradius.org>
Gerrit-Reviewer: Harald Welte <laforge at gnumonks.org>
Gerrit-Reviewer: Jenkins Builder