Change not to reboot when error occurs in internal encryption
[platform/core/security/ode.git] / lib / ode.pc.in
1 # Package Information for pkg-config
2
3 prefix=@CMAKE_INSTALL_PREFIX@
4 exec_prefix=@CMAKE_INSTALL_PREFIX@
5 libdir=@LIB_INSTALL_DIR@
6 includedir=@INCLUDE_INSTALL_DIR@
7
8 Name: @PROJECT_NAME@
9 Description: Tizen @PROJECT_NAME@ Client library
10 Version: @VERSION@
11 Libs: -L${libdir} -l@PROJECT_NAME@
12 Cflags: -I${includedir}/@PROJECT_NAME@