summaryrefslogtreecommitdiffstats
path: root/src/common/openlmi.pc.in
diff options
context:
space:
mode:
authorMichal Minar <miminar@redhat.com>2014-03-25 12:19:58 +0100
committerMichal Minar <miminar@redhat.com>2014-04-23 15:26:51 +0200
commit799820bf4b9208f76b290213f501f2cf2a9735dc (patch)
tree5b7557c29c763f454d180181d3abc8840fbfe807 /src/common/openlmi.pc.in
parenta9b3e7f90b4d2e3f1e2de158bdd861c859e0c825 (diff)
downloadopenlmi-providers-799820bf4b9208f76b290213f501f2cf2a9735dc.tar.gz
openlmi-providers-799820bf4b9208f76b290213f501f2cf2a9735dc.tar.xz
openlmi-providers-799820bf4b9208f76b290213f501f2cf2a9735dc.zip
moved openlmicommon library to common/ subfolder
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