comparison gtk/plugins/perl/Makefile.am @ 14567:d6eae5115b31

[gaim-migrate @ 17291] This is a really huge commit for basically nothing, I decided that Gaim::Gtk should really be Gaim::GtkUI (which will line up better with any eventual Gaim::GntUI that might exist, etc.). So that's what this is, I think I got everything, it builds here at least. committer: Tailor Script <tailor@pidgin.im>
author Etan Reisner <pidgin@unreliablesource.net>
date Sun, 17 Sep 2006 05:35:46 +0000
parents c804f41d61ae
children c37052cbb542
comparison
equal deleted inserted replaced
14566:d2de045b077f 14567:d6eae5115b31
1 perl_dirs = common 1 perl_dirs = common
2 2
3 common_sources = \ 3 common_sources = \
4 common/Gtk.pm \
5 common/Gtk.xs \
6 common/GtkAccount.xs \ 4 common/GtkAccount.xs \
7 common/GtkBlist.xs \ 5 common/GtkBlist.xs \
8 common/GtkConn.xs \ 6 common/GtkConn.xs \
9 common/GtkConv.xs \ 7 common/GtkConv.xs \
10 common/GtkConvWin.xs \ 8 common/GtkConvWin.xs \
24 common/GtkSavedStatuses.xs \ 22 common/GtkSavedStatuses.xs \
25 common/GtkSession.xs \ 23 common/GtkSession.xs \
26 common/GtkSound.xs \ 24 common/GtkSound.xs \
27 common/GtkStatusBox.xs \ 25 common/GtkStatusBox.xs \
28 common/GtkThemes.xs \ 26 common/GtkThemes.xs \
27 common/GtkUI.pm \
28 common/GtkUI.xs \
29 common/GtkUtils.xs \ 29 common/GtkUtils.xs \
30 common/Makefile.PL.in \
30 common/gtkmodule.h \ 31 common/gtkmodule.h \
31 common/Makefile.PL.in \
32 common/typemap 32 common/typemap
33 33
34 EXTRA_DIST = \ 34 EXTRA_DIST = \
35 Makefile.mingw \ 35 Makefile.mingw \
36 common/Makefile.mingw \ 36 common/Makefile.mingw \