summary refs log tree commit diff stats
path: root/share
diff options
context:
space:
mode:
Diffstat (limited to 'share')
-rw-r--r--share/Makefile.am4
-rw-r--r--share/pkgconfig/Makefile.am4
-rw-r--r--share/pkgconfig/hexchat-plugin.pc.in9
3 files changed, 16 insertions, 1 deletions
diff --git a/share/Makefile.am b/share/Makefile.am
index 6d143b61..7642770e 100644
--- a/share/Makefile.am
+++ b/share/Makefile.am
@@ -1,3 +1,5 @@
+SUBDIRS = pkgconfig
+
 if DO_GTK
-SUBDIRS = icons misc
+SUBDIRS += icons misc
 endif
diff --git a/share/pkgconfig/Makefile.am b/share/pkgconfig/Makefile.am
new file mode 100644
index 00000000..7ee0ac95
--- /dev/null
+++ b/share/pkgconfig/Makefile.am
@@ -0,0 +1,4 @@
+pkgcfgdir = $(pkgconfigdir)
+pkgcfg_DATA = hexchat-plugin.pc
+
+EXTRA_DIST = hexchat-plugin.pc.in
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}