Use private dbus connection for synchronous calls.
[platform/core/system/libstorage.git] / storage.pc.in
1 # Package Information for pkg-config
2 prefix=@PREFIX@
3 exec_prefix=@EXEC_PREFIX@
4 libdir=@LIB_INSTALL_DIR@
5 includedir=@INCLUDEDIR@
6
7 Name: Storage library
8 Description: Library to get storage information
9 Version: @VERSION@
10 Requires: @PC_REQUIRED@
11 Libs: -L${libdir} -lstorage @PC_LDFLAGS@
12 Cflags: -I${includedir}