projects
/
platform
/
core
/
appfw
/
message-port.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Update to use the aul api instead of app-manager
[platform/core/appfw/message-port.git]
/
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: @PC_NAME@
10
Description: @PACKAGE_DESCRIPTION@
11
Version: @VERSION@
12
Requires: @PC_REQUIRED@
13
Libs: -L${libdir} -lmessage-port
14
Cflags: -I${includedir}
15