summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDariusz Michaluk <d.michaluk@samsung.com>2018-03-07 17:56:41 +0100
committerDariusz Michaluk <d.michaluk@samsung.com>2018-03-07 18:01:46 +0100
commitbf9f2a516388182c20fb416762235c26666b69f5 (patch)
treeca00e5059d2e3d1cf99d8e0febbcd3a3478b8439
parent6f58f2e27aafb72d9f9b06cf31566847422b52bc (diff)
downloadkey-manager-bf9f2a516388182c20fb416762235c26666b69f5.tar.gz
key-manager-bf9f2a516388182c20fb416762235c26666b69f5.tar.bz2
key-manager-bf9f2a516388182c20fb416762235c26666b69f5.zip
Remove unnecessary dependencies
Do not expose unnecessary libraries to the program that is linking with key-manager library. If the program will not be using the symbols of the required library, it should not be linking directly to that library. Change-Id: I07264f35d023881be8b104307941565047813688
-rw-r--r--build/key-manager.pc.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/build/key-manager.pc.in b/build/key-manager.pc.in
index 48670730..b24e72a6 100644
--- a/build/key-manager.pc.in
+++ b/build/key-manager.pc.in
@@ -6,6 +6,6 @@ includedir=${prefix}/include
Name: key-manager
Description: Central Key Manager Package
Version: @VERSION@
-Requires: openssl libsmack
+Requires:
Libs: -L${libdir} -lkey-manager-client -lkey-manager-common -lkey-manager-control-client
Cflags: -I${includedir}/ckm