libpurple/Makefile.am

branch
soc.2013.gobjectification.plugins
changeset 36563
5ecb9a6c4611
parent 36561
48829036ea9b
child 36604
aa8cf5f66b2c
--- a/libpurple/Makefile.am	Mon Aug 19 21:35:26 2013 +0530
+++ b/libpurple/Makefile.am	Mon Aug 19 21:36:31 2013 +0530
@@ -82,6 +82,7 @@
 	presence.c \
 	proxy.c \
 	protocol.c \
+	protocols.c \
 	request.c \
 	roomlist.c \
 	savedstatuses.c \
@@ -153,6 +154,7 @@
 	presence.h \
 	proxy.h \
 	protocol.h \
+	protocols.h \
 	request.h \
 	roomlist.h \
 	savedstatuses.h \
@@ -190,7 +192,7 @@
 	connection.h \
 	conversation.h \
 	conversationtypes.h \
-	protocol.h \
+	protocols.h \
 	status.h
 
 marshallers.h: marshallers.list
@@ -232,7 +234,7 @@
                 blistnodetypes.h buddylist.h buddyicon.h connection.h conversation.h \
                 conversationtypes.h conversations.h core.h ft.h log.h notify.h \
                 prefs.h presence.h roomlist.h savedstatuses.h smiley.h status.h \
-                server.h util.h xmlnode.h protocol.h
+                server.h util.h xmlnode.h protocol.h protocols.h
 
 purple_build_coreheaders = $(addprefix $(srcdir)/, $(purple_coreheaders)) \
 		$(addprefix $(srcdir)/media/, $(purple_mediaheaders)) \

mercurial