summaryrefslogtreecommitdiffstats
path: root/src/libs/indsender/openlmiindsender.pc.in
diff options
context:
space:
mode:
Diffstat (limited to 'src/libs/indsender/openlmiindsender.pc.in')
-rw-r--r--src/libs/indsender/openlmiindsender.pc.in11
1 files changed, 11 insertions, 0 deletions
diff --git a/src/libs/indsender/openlmiindsender.pc.in b/src/libs/indsender/openlmiindsender.pc.in
new file mode 100644
index 0000000..883bca5
--- /dev/null
+++ b/src/libs/indsender/openlmiindsender.pc.in
@@ -0,0 +1,11 @@
+prefix=@CMAKE_INSTALL_PREFIX@
+exec_prefix=${prefix}
+includedir=${prefix}/include
+libdir=${exec_prefix}/lib@LIB_SUFFIX@
+
+Name: openlmiindsender
+Description: OpenLMI indication sender support
+Version: @OPENLMIINDSENDER_VERSION@
+Requires: openlmicommon
+Libs: -L${libdir} -lopenlmiindsender
+CFlags: -I${includedir}/openlmi