summary refs log tree commit diff stats
path: root/share/pkgconfig/hexchat-plugin.pc.in
diff options
context:
space:
mode:
authorChristoph J. Thompson <cjsthompson@gmail.com>2013-04-16 12:58:33 +0200
committerBerke Viktor <bviktor@hexchat.org>2013-04-28 16:48:32 +0200
commit5b8567919d3bf80baced7df9380ccf217331c91d (patch)
tree494f3e5ccf646b8fb0ac4bfb532d5a1232fd4a83 /share/pkgconfig/hexchat-plugin.pc.in
parent77cad8e716e6023e1042c21cb2fe12b3a81f295d (diff)
Install a pkgconfig .pc file. This allows external plugins to find
where the header file is located, where Hexchat expects to find
plugins so it can load them at startup and which version of
Hexchat is installed. The path where pkgconfig files are stored
is determined by a macro available in newer versions of pkgconfig
which can be overridden by the --with-pkgconfig= configure switch.
However, if this macro is unavailable (older versions of
pkgconfig) then m4ifdef will make it fallback to simply use
${libdir}/pkgconfig (which is the default).

	modified:   configure.ac
	modified:   share/Makefile.am
	new file:   share/pkgconfig/Makefile.am
	new file:   share/pkgconfig/hexchat-plugin.pc.in
Diffstat (limited to 'share/pkgconfig/hexchat-plugin.pc.in')
-rw-r--r--share/pkgconfig/hexchat-plugin.pc.in9
1 files changed, 9 insertions, 0 deletions
diff --git a/share/pkgconfig/hexchat-plugin.pc.in b/share/pkgconfig/hexchat-plugin.pc.in
new file mode 100644
index 00000000..23957236
--- /dev/null
+++ b/share/pkgconfig/hexchat-plugin.pc.in
@@ -0,0 +1,9 @@
+prefix=@prefix@
+exec_prefix=${prefix}
+includedir=@includedir@
+hexchatlibdir=@hexchatlibdir@
+
+Name: HexChat plugins
+Description: Header and path for HexChat plugins
+Version: @VERSION@
+Cflags: -I${includedir}