changeset 6654:95652c05c7ae

[gaim-migrate @ 7179] perl from a make dist should now compile. committer: Tailor Script <tailor@pidgin.im>
author Christian Hammond <chipx86@chipx86.com>
date Sun, 31 Aug 2003 09:25:05 +0000
parents 6cfa0af6a1fc
children e35e5bd92178
files plugins/perl/Makefile.am
diffstat 1 files changed, 9 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- 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)