Add null check when allocating memory
[platform/core/appfw/message-port.git] / message-port.pc.in
old mode 100755 (executable)
new mode 100644 (file)
index bd96a4c..8724ba1
@@ -3,13 +3,13 @@
 
 prefix=@PREFIX@
 exec_prefix=/usr
-libdir=/usr/lib
-includedir=/usr/include/appfw
+libdir=@LIB_INSTALL_DIR@
+includedir=@INCLUDE_INSTALL_DIR@/appfw
 
 Name: @PC_NAME@
 Description: @PACKAGE_DESCRIPTION@
 Version: @VERSION@
-Requires: @PC_REQUIRED@
+Requires: capi-base-common
 Libs: -L${libdir} -lmessage-port
 Cflags: -I${includedir}