summary refs log tree commit diff stats
path: root/plugins/plugin-conf.in
diff options
context:
space:
mode:
authorBerke Viktor <bviktor@hexchat.org>2012-10-24 21:33:02 +0200
committerBerke Viktor <bviktor@hexchat.org>2012-10-24 21:33:02 +0200
commit1a75c8e1be58a25510642605dcd40c5c65e9c3f3 (patch)
tree5b2dfa67be95015059d13a6af0955767137c634d /plugins/plugin-conf.in
parent6d356a5e5165dfa214b2bd9fa01f67b809643c59 (diff)
A lot more rebranding
Diffstat (limited to 'plugins/plugin-conf.in')
-rw-r--r--plugins/plugin-conf.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/plugins/plugin-conf.in b/plugins/plugin-conf.in
index 1e2c338e..f43f5c53 100644
--- a/plugins/plugin-conf.in
+++ b/plugins/plugin-conf.in
@@ -1,12 +1,12 @@
 AC_INIT(@PLUGIN@-config.h.in)
 AM_CONFIG_HEADER(@PLUGIN@-config.h)
-AM_INIT_AUTOMAKE(xchat-@PLUGIN@, @PLUGIN_VERSION@)
+AM_INIT_AUTOMAKE(hexchat-@PLUGIN@, @PLUGIN_VERSION@)
 AM_MAINTAINER_MODE
 AM_DISABLE_STATIC
 AM_PROG_LIBTOOL
 
 AC_ARG_WITH(plugin-includes,
-[  --with-plugin-includes  directory containing xchat-plugin.h],         
+[  --with-plugin-includes  directory containing hexchat-plugin.h],
 	PLUGIN_INCLUDES=$enableval)
 
 AC_SUBST(PLUGIN_INCLUDES)