From: Sean E. <sea...@us...> - 2002-10-06 02:09:44
|
Update of /cvsroot/gaim/gaim In directory usw-pr-cvs1:/tmp/cvs-serv30692 Modified Files: configure.ac configure.in Log Message: * Paco-Paco grumbles. Index: configure.ac =================================================================== RCS file: /cvsroot/gaim/gaim/configure.ac,v retrieving revision 1.83 retrieving revision 1.84 diff -u -d -r1.83 -r1.84 --- configure.ac 30 Sep 2002 01:05:13 -0000 1.83 +++ configure.ac 6 Oct 2002 02:09:41 -0000 1.84 @@ -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 Index: configure.in =================================================================== RCS file: /cvsroot/gaim/gaim/configure.in,v retrieving revision 1.132 retrieving revision 1.133 diff -u -d -r1.132 -r1.133 --- configure.in 30 Sep 2002 01:05:13 -0000 1.132 +++ configure.in 6 Oct 2002 02:09:41 -0000 1.133 @@ -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 |