Mercurial > pidgin.yaz
changeset 3586:2e681e84dd79
[gaim-migrate @ 3688]
* Paco-Paco grumbles.
committer: Tailor Script <tailor@pidgin.im>
author | Sean Egan <seanegan@gmail.com> |
---|---|
date | Sun, 06 Oct 2002 02:09:41 +0000 |
parents | 78c78638fc3d |
children | 18f6b124ca31 |
files | configure.ac configure.in |
diffstat | 2 files changed, 11 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/configure.ac Sun Oct 06 01:57:15 2002 +0000 +++ b/configure.ac Sun Oct 06 02:09:41 2002 +0000 @@ -1,7 +1,7 @@ dnl Process this file with autoconf to produce a configure script. AC_INIT(src/aim.c) AM_CONFIG_HEADER(config.h) -AM_INIT_AUTOMAKE([gaim], [0.60cvs]) +AM_INIT_AUTOMAKE([gaim], [20021005]) AC_PREREQ([2.50]) @@ -335,6 +335,11 @@ pixmaps/protocols/msn/Makefile pixmaps/protocols/yahoo/Makefile pixmaps/protocols/oscar/Makefile + pixmaps/protocols/napster/Makefile + pixmaps/protocols/jabber/Makefile + pixmaps/protocols/irc/Makefile + pixmaps/protocols/icq/Makefile + pixmaps/protocols/gg/Makefile plugins/Makefile plugins/docklet/Makefile plugins/ticker/Makefile
--- a/configure.in Sun Oct 06 01:57:15 2002 +0000 +++ b/configure.in Sun Oct 06 02:09:41 2002 +0000 @@ -333,6 +333,11 @@ pixmaps/protocols/msn/Makefile pixmaps/protocols/yahoo/Makefile pixmaps/protocols/oscar/Makefile + pixmaps/protocols/napster/Makefile + pixmaps/protocols/jabber/Makefile + pixmaps/protocols/irc/Makefile + pixmaps/protocols/icq/Makefile + pixmaps/protocols/gg/Makefile plugins/Makefile plugins/docklet/Makefile plugins/ticker/Makefile