summaryrefslogtreecommitdiffstats
path: root/src/common/openlmi.pc.in
diff options
context:
space:
mode:
Diffstat (limited to 'src/common/openlmi.pc.in')
-rw-r--r--src/common/openlmi.pc.in10
1 files changed, 10 insertions, 0 deletions
diff --git a/src/common/openlmi.pc.in b/src/common/openlmi.pc.in
new file mode 100644
index 0000000..939d672
--- /dev/null
+++ b/src/common/openlmi.pc.in
@@ -0,0 +1,10 @@
+prefix=@CMAKE_INSTALL_PREFIX@
+exec_prefix=${prefix}
+includedir=${prefix}/include
+libdir=${exec_prefix}/lib@LIB_SUFFIX@
+
+Name: openlmi
+Description: OpenLMI provider support
+Version: @OPENLMICOMMON_VERSION@
+Libs: -L${libdir} -lopenlmicommon
+CFlags: -I${includedir}/openlmi