src/protocols/msn/Makefile.am

changeset 8808
1cb5ddf6b625
parent 8583
56f69df8f12f
child 9193
6e76f1367896
--- 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 \

mercurial