summaryrefslogtreecommitdiff
path: root/message-port.pc.in
blob: bd7816a1147f4a633eef7652d691e3202f8af812 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15

# Package Information for pkg-config

prefix=@PREFIX@
exec_prefix=/usr
libdir=@LIB_INSTALL_DIR@
includedir=@INCLUDE_INSTALL_DIR@/appfw

Name: @PC_NAME@
Description: @PACKAGE_DESCRIPTION@
Version: @VERSION@
Requires: @PC_REQUIRED@
Libs: -L${libdir} -lmessage-port
Cflags: -I${includedir}