From: Eric W. <war...@us...> - 2001-10-04 05:45:20
|
Update of /cvsroot/gaim/gaim/src/protocols/zephyr In directory usw-pr-cvs1:/tmp/cvs-serv5028/zephyr Modified Files: Makefile.am Log Message: able to compile gg and zephyr statically. Index: Makefile.am =================================================================== RCS file: /cvsroot/gaim/gaim/src/protocols/zephyr/Makefile.am,v retrieving revision 1.3 retrieving revision 1.4 diff -u -d -r1.3 -r1.4 --- Makefile.am 2001/10/03 19:38:28 1.3 +++ Makefile.am 2001/10/04 05:45:18 1.4 @@ -59,6 +59,7 @@ ZSubs.c \ ZVariables.c \ ZWait4Not.c \ + ZhmStat.c \ Zinternal.c \ com_err.h \ error_message.c \ |