Add null check when allocating memory
[platform/core/appfw/message-port.git] / capi-message-port.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: capi-message-port
10 Description: @PACKAGE_DESCRIPTION@
11 Version: @VERSION@
12 Requires: capi-base-common
13 Libs: -L${libdir} -lmessage-port
14 Cflags: -I${includedir}
15