summaryrefslogtreecommitdiff
path: root/pkgconfig
diff options
context:
space:
mode:
authorsangwan.kwon <sangwan.kwon@samsung.com>2016-05-11 10:25:56 +0900
committersangwan.kwon <sangwan.kwon@samsung.com>2016-05-11 14:35:31 +0900
commit93a4383419a348cb773f638776062648b5dc71d2 (patch)
tree7eb7977324f924d63cf27d052237949f797655de /pkgconfig
parent6b884475b0cedb1bf67d438fd4bb01d1ac2e0680 (diff)
downloadcert-checker-93a4383419a348cb773f638776062648b5dc71d2.tar.gz
cert-checker-93a4383419a348cb773f638776062648b5dc71d2.tar.bz2
cert-checker-93a4383419a348cb773f638776062648b5dc71d2.zip
Implement on-demand style about client-side
[AS-IS] * cert-checker was daemon. [TO-BE] * Change to on-demand style. * Add client library. Change-Id: Ia318bc8a724db1f50a50bd42aa4c8c94b078e287
Diffstat (limited to 'pkgconfig')
-rw-r--r--pkgconfig/cert-checker.pc.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgconfig/cert-checker.pc.in b/pkgconfig/cert-checker.pc.in
index f9dd91d..66a1d01 100644
--- a/pkgconfig/cert-checker.pc.in
+++ b/pkgconfig/cert-checker.pc.in
@@ -7,5 +7,5 @@ Name: @SERVICE_NAME@
Description: @PACKAGE_DESCRIPTION@
Version: @VERSION@
Requires:
-Libs: -L${libdir} -l@SERVICE_NAME@-common
+Libs: -L${libdir} -l@SERVICE_NAME@-common -l@SERVICE_NAME@-client
Cflags: -I${includedir}