From 7a4a0243bd0a97abd0f231269c4265e0b1fa7712 Mon Sep 17 00:00:00 2001 From: TingPing Date: Sat, 6 Sep 2014 10:44:52 -0400 Subject: Fix out of source builds Fixes #1018 --- plugins/perl/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'plugins/perl') 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 -- cgit 1.4.1