Release version 0.3.9
[platform/core/appfw/data-control.git] / data-control.pc.in
1
2 # Package Information for pkg-config
3
4 prefix=@PREFIX@
5 exec_prefix=/usr
6 libdir=@LIB_INSTALL_DIR@
7 includedir=@INCLUDE_INSTALL_DIR@/appfw
8
9 Name: data-control
10 Description: Data Control managed library
11 Version: @VERSION@
12 Requires: capi-base-common
13 Libs: -L${libdir} -ldata-control
14 Cflags: -I${includedir}
15