pespin has uploaded this change for review.

View Change

libosmo-sigtran.pc.in: Add missing Requires.private libosmo*

libosmo-sigtran uses those libraries but it was not specifying them.
This is needed in case somebody wants to static-link against it.

Change-Id: I17c026e9489bfd583a10e74fa94cc3f6dfb1f938
---
M libosmo-sigtran.pc.in
1 file changed, 1 insertion(+), 0 deletions(-)

git pull ssh://gerrit.osmocom.org:29418/libosmo-sigtran refs/changes/43/38843/1
diff --git a/libosmo-sigtran.pc.in b/libosmo-sigtran.pc.in
index d735797..afdbce5 100644
--- a/libosmo-sigtran.pc.in
+++ b/libosmo-sigtran.pc.in
@@ -8,3 +8,4 @@
Version: @VERSION@
Libs: -L${libdir} -losmo-sigtran
Cflags: -I${includedir}/
+Requires.private: libosmo-netif libosmocore

To view, visit change 38843. To unsubscribe, or for help writing mail filters, visit settings.

Gerrit-MessageType: newchange
Gerrit-Project: libosmo-sigtran
Gerrit-Branch: master
Gerrit-Change-Id: I17c026e9489bfd583a10e74fa94cc3f6dfb1f938
Gerrit-Change-Number: 38843
Gerrit-PatchSet: 1
Gerrit-Owner: pespin <pespin@sysmocom.de>