summaryrefslogtreecommitdiffstats
path: root/src/libs/libopenlmi/openlmi.pc.in
diff options
context:
space:
mode:
Diffstat (limited to 'src/libs/libopenlmi/openlmi.pc.in')
-rw-r--r--src/libs/libopenlmi/openlmi.pc.in10
1 files changed, 10 insertions, 0 deletions
diff --git a/src/libs/libopenlmi/openlmi.pc.in b/src/libs/libopenlmi/openlmi.pc.in
new file mode 100644
index 0000000..5824e73
--- /dev/null
+++ b/src/libs/libopenlmi/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} -lopenlmi
+CFlags: -I${includedir}/openlmi