aboutsummaryrefslogtreecommitdiffstats
path: root/libosmogb.pc.in
diff options
context:
space:
mode:
authorEric <ewild@sysmocom.de>2021-01-07 14:56:10 +0100
committerHoernchen <ewild@sysmocom.de>2021-01-07 14:28:42 +0000
commit2253224b33ae9f54f14dc54f0098c4d5ee27fdbf (patch)
tree9d6db0377d8cdd504f403abc444970cdc644b5c4 /libosmogb.pc.in
parent7e104d96ba74793cadc5668f423d74aebfaef2d3 (diff)
pkgconfig: link to mnl if available
The dependency on mnl breaks builds of osmo-pcu et al if mnl is used for libosmogb, but not linked in for lib users Change-Id: Ib4df95d5c922f8edfa33e68645652fd30d321ff8
Diffstat (limited to 'libosmogb.pc.in')
-rw-r--r--libosmogb.pc.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/libosmogb.pc.in b/libosmogb.pc.in
index a163cc42..4eebe428 100644
--- a/libosmogb.pc.in
+++ b/libosmogb.pc.in
@@ -6,6 +6,6 @@ includedir=@includedir@
Name: Osmocom GPRS Gb Library
Description: Osmocom GPRS Gb Interface (NS/BSSGP) Library
Version: @VERSION@
-Libs: -L${libdir} @TALLOC_LIBS@ -losmogb -losmovty -losmocore
+Libs: -L${libdir} @TALLOC_LIBS@ -losmogb -losmovty -losmocore @LIBMNL_LIBS@
Cflags: -I${includedir}/ -fno-strict-aliasing