summaryrefslogtreecommitdiffstats
path: root/lib/pacemaker-service.pc.in
diff options
context:
space:
mode:
Diffstat (limited to 'lib/pacemaker-service.pc.in')
-rw-r--r--lib/pacemaker-service.pc.in17
1 files changed, 17 insertions, 0 deletions
diff --git a/lib/pacemaker-service.pc.in b/lib/pacemaker-service.pc.in
new file mode 100644
index 0000000..a2307a5
--- /dev/null
+++ b/lib/pacemaker-service.pc.in
@@ -0,0 +1,17 @@
+sub=crmservice
+libdir=@libdir@
+includedir=@includedir@/@PACKAGE_TARNAME@
+
+ocfdir=@OCF_RA_INSTALL_DIR@
+
+Name: lib${sub}
+URL: @PACKAGE_URL@
+Version: @PACKAGE_VERSION@
+Description: Service APIs for Pacemaker
+# pacemaker-service is not very useful without glib hash table and list APIs
+Requires: pacemaker glib-2.0
+Requires.private: libxml-2.0 @PC_NAME_DBUS@
+Conflicts:
+Cflags: -I${includedir}
+Libs: -L${libdir} -l${sub}
+Libs.private: @PC_LIBS_RT@