diff plugins/perl/common/Makefile.mingw @ 13190:60b863ecd89b

[gaim-migrate @ 15553] perl scripts can use signal priority now. Also it's always bothered me that the debug and signal stuff was just stuck at the bottom of Gaim.xs so I've moved them to their own files, committer: Tailor Script <tailor@pidgin.im>
author Etan Reisner <pidgin@unreliablesource.net>
date Wed, 08 Feb 2006 23:13:56 +0000
parents 2b6009535e30
children
line wrap: on
line diff
--- a/plugins/perl/common/Makefile.mingw	Wed Feb 08 22:15:46 2006 +0000
+++ b/plugins/perl/common/Makefile.mingw	Wed Feb 08 23:13:56 2006 +0000
@@ -57,6 +57,7 @@
 				Cmds.xs \
 				Connection.xs \
 				Conversation.xs \
+				Debug.xs \
 				FT.xs \
 				Gaim.xs \
 				ImgStore.xs \
@@ -74,6 +75,7 @@
 				Roomlist.xs \
 				SSLConn.xs \
 				SavedStatuses.xs \
+				Signal.xs \
 				Server.xs \
 				Sound.xs \
 				Status.xs \