diff options
Diffstat (limited to 'src/common/murphy-common.pc.in')
-rw-r--r-- | src/common/murphy-common.pc.in | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/src/common/murphy-common.pc.in b/src/common/murphy-common.pc.in new file mode 100644 index 0000000..0b75762 --- /dev/null +++ b/src/common/murphy-common.pc.in @@ -0,0 +1,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@ |