summary refs log tree commit diff stats
path: root/plugins/perl
diff options
context:
space:
mode:
authorChristoph J. Thompson <cjsthompson@gmail.com>2013-04-15 15:48:19 +0200
committerBerke Viktor <bviktor@hexchat.org>2013-04-28 16:42:48 +0200
commit77cad8e716e6023e1042c21cb2fe12b3a81f295d (patch)
treea2eab6f9e6479801fc30524edfe91aacc12dc5d6 /plugins/perl
parent700d699f5bbd98d994ae81c3d3f863f8be0c98c2 (diff)
Don't hardcode "plugins" as the subdirectory for plugins in many
places.

	modified:   config-win32.h
	modified:   configure.ac
	modified:   plugins/checksum/Makefile.am
	modified:   plugins/doat/Makefile.am
	modified:   plugins/fishlim/Makefile.am
	modified:   plugins/perl/Makefile.am
	modified:   plugins/python/Makefile.am
	modified:   plugins/sysinfo/Makefile.am
	modified:   plugins/xdcc/Makefile.am
	modified:   src/common/plugin.c
	modified:   src/fe-text/fe-text.c
Diffstat (limited to 'plugins/perl')
-rw-r--r--plugins/perl/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/perl/Makefile.am b/plugins/perl/Makefile.am
index f9681bd2..02f29252 100644
--- a/plugins/perl/Makefile.am
+++ b/plugins/perl/Makefile.am
@@ -2,7 +2,7 @@
 EXTRA_DIST=alt_completion.pl generate_header lib/Xchat.pm lib/Xchat/Embed.pm lib/Xchat/List/Network.pm \
 	lib/Xchat/List/Network/Entry.pm lib/Xchat/List/Network/AutoJoin.pm lib/IRC.pm
 
-libdir = $(hexchatlibdir)/plugins
+libdir = $(hexchatlibdir)
 
 lib_LTLIBRARIES = perl.la
 perl_la_SOURCES = perl.c