From 8433d560f0591a2dd3c38395e0f12f5b7495869c Mon Sep 17 00:00:00 2001 From: Timo Sirainen Date: Sat, 20 Oct 2001 20:23:07 +0000 Subject: [PATCH] forgot one core_sources -> common_sources change git-svn-id: http://svn.irssi.org/repos/irssi/trunk@1864 dbcabf3a-b0e7-0310-adc4-f8d773084564 --- src/perl/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/perl/Makefile.am b/src/perl/Makefile.am index e285bbd9..bdae513e 100644 --- a/src/perl/Makefile.am +++ b/src/perl/Makefile.am @@ -124,7 +124,7 @@ EXTRA_DIST = \ libperl_orig.la \ get-signals.pl \ irssi-core.pl \ - $(core_sources) \ + $(common_sources) \ $(irc_sources) \ $(ui_sources) \ $(textui_sources)