Change in osmo-remsim[master]: Add libosmo-rspro.pc.in for pkg-config integration

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.org
Wed Apr 3 07:51:17 UTC 2019


Harald Welte has submitted this change and it was merged. ( https://gerrit.osmocom.org/13497 )

Change subject: Add libosmo-rspro.pc.in for pkg-config integration
......................................................................

Add libosmo-rspro.pc.in for pkg-config integration

Change-Id: Ic8bbf27bdb5ce7c810ede307a35ad4dc10338912
---
M Makefile.am
M configure.ac
A libosmo-rspro.pc.in
3 files changed, 14 insertions(+), 0 deletions(-)

Approvals:
  Jenkins Builder: Verified
  Harald Welte: Looks good to me, approved



diff --git a/Makefile.am b/Makefile.am
index ec76bff..4843641 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -2,6 +2,9 @@
 
 SUBDIRS = src include doc
 
+pkgconfigdir = $(libdir)/pkgconfig
+pkgconfig_DATA = libosmo-rspro.pc
+
 EXTRA_DIST = asn1 .version README.md
 
 pkgcofigdir = $(libdir)/pkgconfig
diff --git a/configure.ac b/configure.ac
index 7281196..1d2ccc2 100644
--- a/configure.ac
+++ b/configure.ac
@@ -129,6 +129,7 @@
 
 AC_OUTPUT(
 	Makefile
+	libosmo-rspro.pc
 	doc/Makefile
 	doc/manuals/Makefile
 	src/Makefile
diff --git a/libosmo-rspro.pc.in b/libosmo-rspro.pc.in
new file mode 100644
index 0000000..e810d42
--- /dev/null
+++ b/libosmo-rspro.pc.in
@@ -0,0 +1,10 @@
+prefix=@prefix@
+exec_prefix=@exec_prefix@
+libdir=@libdir@
+includedir=@includedir@
+
+Name: Osmocom RSPRO library
+Description: Osmocom Remote SIM Protocol library
+Version: @VERSION@
+Libs: -L${libdir} -losmo-rspro
+Cflags: -I${includedir}/

-- 
To view, visit https://gerrit.osmocom.org/13497
To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings

Gerrit-Project: osmo-remsim
Gerrit-Branch: master
Gerrit-MessageType: merged
Gerrit-Change-Id: Ic8bbf27bdb5ce7c810ede307a35ad4dc10338912
Gerrit-Change-Number: 13497
Gerrit-PatchSet: 1
Gerrit-Owner: Harald Welte <laforge at gnumonks.org>
Gerrit-Reviewer: Harald Welte <laforge at gnumonks.org>
Gerrit-Reviewer: Jenkins Builder (1000002)
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osmocom.org/pipermail/gerrit-log/attachments/20190403/157ab17b/attachment.htm>


More information about the gerrit-log mailing list