Mercurial > pidgin.yaz
changeset 14490:f283ebe419e4
[gaim-migrate @ 17209]
More changes to help make dist work again. Let's see here
* Alphabetize some stuff in gtk/Makefile.am
* Include gntwm.h in the tar.gz
* Include gntplugin.h in the tar.gz (instead of gntplugin.c (typo))
* libgaim/connection.c and libgaim/upnp.c shouldn't include gaim.h
gaim.h should only be used by stuff outside of libgaim
* Include gaim.h in the tar.gz (not sure if we want to keep it this
way, I'll send an email to gaim-devel in a little bit)
committer: Tailor Script <tailor@pidgin.im>
author | Mark Doliner <mark@kingant.net> |
---|---|
date | Sat, 09 Sep 2006 21:32:30 +0000 |
parents | de8aea7e9f07 |
children | 8a1c6ed3dde6 |
files | console/Makefile.am console/libgnt/Makefile.am gtk/Makefile.am libgaim/connection.c libgaim/upnp.c |
diffstat | 5 files changed, 5 insertions(+), 6 deletions(-) [+] |
line wrap: on
line diff
--- a/console/Makefile.am Sat Sep 09 21:02:31 2006 +0000 +++ b/console/Makefile.am Sat Sep 09 21:32:30 2006 +0000 @@ -25,7 +25,7 @@ gntconv.h \ gntdebug.h \ gntnotify.h \ - gntplugin.c \ + gntplugin.h \ gntprefs.h \ gntrequest.h \ gntstatus.h \
--- a/console/libgnt/Makefile.am Sat Sep 09 21:02:31 2006 +0000 +++ b/console/libgnt/Makefile.am Sat Sep 09 21:32:30 2006 +0000 @@ -38,6 +38,7 @@ gnttextview.h \ gnttree.h \ gntutils.h \ + gntwm.h \ gnt.h libgnt_laincludedir=$(includedir)/gnt
--- a/gtk/Makefile.am Sat Sep 09 21:02:31 2006 +0000 +++ b/gtk/Makefile.am Sat Sep 09 21:32:30 2006 +0000 @@ -59,13 +59,14 @@ bin_PROGRAMS = gaim gaim_SOURCES = \ + gaimcombobox.c \ + gaimstock.c \ gtkaccount.c \ gtkblist.c \ gtkcelllayout.c \ gtkcellrendererprogress.c \ gtkcellview.c \ gtkcellviewmenuitem.c \ - gaimcombobox.c \ gtkconn.c \ gtkconv.c \ gtkdebug.c \ @@ -83,9 +84,9 @@ gtknotify.c \ gtkplugin.c \ gtkpluginpref.c \ + gtkpounce.c \ gtkprefs.c \ gtkprivacy.c \ - gtkpounce.c \ gtkrequest.c \ gtkroomlist.c \ gtksavedstatuses.c \ @@ -93,7 +94,6 @@ gtksound.c \ gtksourceiter.c \ gtkstatusbox.c \ - gaimstock.c \ gtkthemes.c \ gtkutils.c \ gtkwhiteboard.c