# HG changeset patch # User Christian Hammond # Date 1062321905 0 # Node ID 95652c05c7aecd0967441380ec25ed6a3ee2850e # Parent 6cfa0af6a1fc307f56d5e5e09ac829726fa6b70a [gaim-migrate @ 7179] perl from a make dist should now compile. committer: Tailor Script diff -r 6cfa0af6a1fc -r 95652c05c7ae plugins/perl/Makefile.am --- a/plugins/perl/Makefile.am Sun Aug 31 09:06:41 2003 +0000 +++ b/plugins/perl/Makefile.am Sun Aug 31 09:25:05 2003 +0000 @@ -38,12 +38,21 @@ common_sources = \ common/Account.xs \ common/BuddyList.xs \ + common/BuddyList_Buddy.xs \ + common/BuddyList_Chat.xs \ + common/BuddyList_Group.xs \ + common/Connection.xs \ + common/ConvWindow.xs \ + common/Conversation.xs \ + common/Conversation_Chat.xs \ + common/Conversation_IM.xs \ common/Gaim.xs \ common/Gaim.pm \ common/Makefile.PL.in \ common/typemap \ common/module.h + EXTRA_DIST = \ Makefile.mingw \ $(common_sources)