Fixed hardcoding of lib path in .pc file
[platform/core/base/bundle.git] / bundle.pc.in
1 # Package Information for pkg-config
2
3 prefix=/usr
4 exec_prefix=${prefix}
5 libdir=@LIB_INSTALL_DIR@
6 includedir=${prefix}/include
7
8 Name: bundle
9 Description: Simple string key/val dictionary library
10 Version: @VERSION@
11 Libs: -L${libdir} -lbundle
12 Cflags: -I${includedir}