# HG changeset patch # User Tomasz Wasilczyk # Date 1396661728 -7200 # Node ID 61483c1a91a38f6ff82ec236f0d309b5157119f7 # Parent be121567724d8aac458ff34f20985a117f695c57 Try to fix the build diff -r be121567724d -r 61483c1a91a3 libpurple/plugins/perl/common/MANIFEST --- a/libpurple/plugins/perl/common/MANIFEST Sat Apr 05 03:21:02 2014 +0200 +++ b/libpurple/plugins/perl/common/MANIFEST Sat Apr 05 03:35:28 2014 +0200 @@ -27,7 +27,6 @@ SavedStatuses.xs Server.xs Signal.xs -Smiley.xs Sound.xs Status.xs Stringref.xs diff -r be121567724d -r 61483c1a91a3 libpurple/plugins/perl/common/Makefile.mingw --- a/libpurple/plugins/perl/common/Makefile.mingw Sat Apr 05 03:21:02 2014 +0200 +++ b/libpurple/plugins/perl/common/Makefile.mingw Sat Apr 05 03:35:28 2014 +0200 @@ -69,7 +69,6 @@ SavedStatuses.xs \ Server.xs \ Signal.xs \ - Smiley.xs \ Sound.xs \ Status.xs \ Stringref.xs \ diff -r be121567724d -r 61483c1a91a3 pidgin/plugins/perl/Makefile.am --- a/pidgin/plugins/perl/Makefile.am Sat Apr 05 03:21:02 2014 +0200 +++ b/pidgin/plugins/perl/Makefile.am Sat Apr 05 03:35:28 2014 +0200 @@ -21,7 +21,6 @@ common/GtkSession.xs \ common/GtkSound.xs \ common/GtkStatusBox.xs \ - common/GtkThemes.xs \ common/GtkUtils.xs \ common/Makefile.PL.in \ common/Pidgin.pm \ diff -r be121567724d -r 61483c1a91a3 pidgin/plugins/perl/common/MANIFEST --- a/pidgin/plugins/perl/common/MANIFEST Sat Apr 05 03:21:02 2014 +0200 +++ b/pidgin/plugins/perl/common/MANIFEST Sat Apr 05 03:35:28 2014 +0200 @@ -18,7 +18,6 @@ GtkSession.xs GtkSound.xs GtkStatusBox.xs -GtkThemes.xs GtkUtils.xs MANIFEST Pidgin.pm diff -r be121567724d -r 61483c1a91a3 pidgin/plugins/perl/common/Makefile.mingw --- a/pidgin/plugins/perl/common/Makefile.mingw Sat Apr 05 03:21:02 2014 +0200 +++ b/pidgin/plugins/perl/common/Makefile.mingw Sat Apr 05 03:35:28 2014 +0200 @@ -69,7 +69,6 @@ GtkSavedStatuses.xs \ GtkSound.xs \ GtkStatusBox.xs \ - GtkThemes.xs \ GtkUtils.xs