Mercurial > pidgin
diff plugins/perl/Makefile.am @ 13577:48d7074f2297
[gaim-migrate @ 15957]
Debug.xs and Signal.xs aren't being built and are missing from the dist.
committer: Tailor Script <tailor@pidgin.im>
| author | Daniel Atallah <daniel.atallah@gmail.com> |
|---|---|
| date | Wed, 29 Mar 2006 15:07:30 +0000 |
| parents | cf5243edcba0 |
| children |
line wrap: on
line diff
--- a/plugins/perl/Makefile.am Wed Mar 29 06:05:18 2006 +0000 +++ b/plugins/perl/Makefile.am Wed Mar 29 15:07:30 2006 +0000 @@ -49,6 +49,7 @@ common/Cmds.xs \ common/Connection.xs \ common/Conversation.xs \ + common/Debug.xs \ common/FT.xs \ common/Gaim.pm \ common/Gaim.xs \ @@ -69,6 +70,7 @@ common/SSLConn.xs \ common/SavedStatuses.xs \ common/Server.xs \ + common/Signal.xs \ common/Sound.xs \ common/Status.xs \ common/Stringref.xs \
