summaryrefslogtreecommitdiff
path: root/src/common/murphy-common.pc.in
blob: 0b757625fa84ac20fa253d4b0e2420fd8efa0e06 (plain)
1
2
3
4
5
6
7
8
9
10
11
prefix=@prefix@
exec_prefix=@exec_prefix@
libdir=@libdir@
includedir=@includedir@

Name: murphy-common
Description: Murphy policy framework, common library.
Requires:
Version: @PACKAGE_VERSION@
Libs: -L${libdir} -lmurphy-common @JSON_LIBS@
Cflags: -I${includedir} @JSON_CFLAGS@