summaryrefslogtreecommitdiff
path: root/capi-messaging-messages.pc.in
blob: edeeaede10c4bc6cac2d6e5bf8d76d1631d9bdab (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# Package Information for pkg-config

prefix=@PREFIX@
exec_prefix=/usr
libdir=@LIB_INSTALL_DIR@
includedir=/usr/include

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