diff -r 128d3dae0196 -r 1cb5ddf6b625 src/protocols/msn/Makefile.am --- a/src/protocols/msn/Makefile.am Sun Apr 25 17:01:38 2004 +0000 +++ b/src/protocols/msn/Makefile.am Sun Apr 25 22:02:06 2004 +0000 @@ -4,10 +4,16 @@ pkgdir = $(libdir)/gaim MSNSOURCES = \ + cmdproc.c \ + cmdproc.h \ + command.c \ + command.h \ error.c \ error.h \ group.c \ group.h \ + history.c \ + history.h \ httpmethod.c \ httpmethod.h \ msg.c \ @@ -32,6 +38,10 @@ state.h \ switchboard.c \ switchboard.h \ + table.c \ + table.h \ + transaction.c \ + transaction.h \ user.c \ user.h \ utils.c \