summary refs log tree commit diff stats
path: root/plugins/perl
diff options
context:
space:
mode:
authorTingPing <tingping@tingping.se>2014-09-06 10:44:52 -0400
committerTingPing <tingping@tingping.se>2014-09-14 17:43:44 -0400
commit7a4a0243bd0a97abd0f231269c4265e0b1fa7712 (patch)
tree52f8813e5e557e8dc69108204f3d245706ea9d1e /plugins/perl
parente209e55e5921e9ccaf1f713aa5010ddf1cb1c2d8 (diff)
Fix out of source builds
Fixes #1018
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 2b6b8ace..79621549 100644
--- a/plugins/perl/Makefile.am
+++ b/plugins/perl/Makefile.am
@@ -15,4 +15,4 @@ CLEANFILES = hexchat.pm.h irc.pm.h
 hexchat.pm.h irc.pm.h: lib/HexChat.pm lib/Xchat.pm lib/HexChat/Embed.pm \
 	lib/HexChat/List/Network.pm lib/HexChat/List/Network/Entry.pm \
 	lib/HexChat/List/Network/AutoJoin.pm lib/IRC.pm
-	perl generate_header
+	cd $(srcdir); perl generate_header