test: Fix mock function to call the real one
[platform/core/system/libsyscommon.git] / libsyscommon.pc.in
1 # Package Information for pkg-config
2 #
3 # Copyright (c) 2016 Samsung Electronics Co., Ltd.
4 # All rights reserved.
5 #
6
7 prefix=@PREFIX@
8 exec_prefix=@EXEC_PREFIX@
9 libdir=@LIBDIR@
10 includedir=@INCLUDEDIR@
11
12 Name: libsyscommon
13 Description: system common library
14 Version: @VERSION@
15 Requires.private: gio-2.0 gio-unix-2.0 dlog json-c capi-system-info
16 Cflags: -I${includedir} @SYSCOMMON_INCLUDEDIR@
17 Libs: -L${libdir} -lsyscommon @SYSCOMMON_LIBS@