Mercurial > pidgin
diff src/Makefile.am @ 5228:1a53330dfd34
[gaim-migrate @ 5598]
People have been talking about doing it, but nobody has done it. Since I
want to clean up some header files today:
list.[ch] -> blist.[ch]
gtklist.h -> gtkblist.h
buddy.c -> gtkblist.c
committer: Tailor Script <tailor@pidgin.im>
| author | Christian Hammond <chipx86@chipx86.com> |
|---|---|
| date | Sat, 26 Apr 2003 17:56:23 +0000 |
| parents | 0241d6b6702d |
| children | b353c171fd3c |
line wrap: on
line diff
--- a/src/Makefile.am Sat Apr 26 17:36:52 2003 +0000 +++ b/src/Makefile.am Sat Apr 26 17:56:23 2003 +0000 @@ -6,6 +6,8 @@ SUBDIRS = protocols CORESOURCES = \ + blist.c \ + blist.h \ conversation.c \ conversation.h \ core.c \ @@ -36,7 +38,6 @@ about.c \ away.c \ browser.c \ - buddy.c \ buddy_chat.c \ dialogs.c \ dnd-hints.c \ @@ -48,6 +49,8 @@ gaimrc.c \ gtkcellrendererprogress.c \ gtkcellrendererprogress.h \ + gtkblist.c \ + gtkblist.h \ gtkconv.c \ gtkconv.h \ gtkdebug.c \ @@ -56,7 +59,6 @@ gtkft.h \ gtkimhtml.c \ gtkimhtml.h \ - gtklist.h \ gtkplugin.c \ gtkplugin.h \ gtkpounce.c \ @@ -65,8 +67,6 @@ gtkutils.h \ html.c \ idle.c \ - list.c \ - list.h \ log.c \ main.c \ md5.c \
