aboutsummaryrefslogtreecommitdiffstats
path: root/libosmo-pfcp.pc.in
diff options
context:
space:
mode:
authorNeels Hofmeyr <nhofmeyr@sysmocom.de>2022-04-09 17:38:06 +0200
committerNeels Hofmeyr <neels@hofmeyr.de>2022-06-17 12:09:25 +0200
commit2f102058ca8ac40ba4fef95d19d4c1a43c5e0fb6 (patch)
tree38db164f1112d65d40d50f309431f4e7b441c663 /libosmo-pfcp.pc.in
parentd39783cd178afd87f80ae67077b8511e676cbb4c (diff)
install libosmo-pfcp
The first user of this is osmo-hnbgw, to implement GTP mapping via a UPF. Related: SYS#5895 Change-Id: If4465095000a898296d69d5b725507f909c87aa3
Diffstat (limited to 'libosmo-pfcp.pc.in')
-rw-r--r--libosmo-pfcp.pc.in10
1 files changed, 10 insertions, 0 deletions
diff --git a/libosmo-pfcp.pc.in b/libosmo-pfcp.pc.in
new file mode 100644
index 0000000..c482751
--- /dev/null
+++ b/libosmo-pfcp.pc.in
@@ -0,0 +1,10 @@
+prefix=@prefix@
+exec_prefix=@exec_prefix@
+libdir=@libdir@
+includedir=@includedir@
+
+Name: Osmocom PFCP library
+Description: C Utility Library that implements the PFCP protocol and endpoint
+Version: @VERSION@
+Libs: -L${libdir} -losmo-pfcp
+Cflags: -I${includedir}/