libpurple/Makefile.am

branch
soc.2013.gobjectification.plugins
changeset 36543
a8c3fecee2d3
parent 36367
891eea799578
child 36551
8988e6e21acb
--- a/libpurple/Makefile.am	Sat Aug 17 23:20:39 2013 +0530
+++ b/libpurple/Makefile.am	Sat Aug 17 23:27:20 2013 +0530
@@ -81,7 +81,7 @@
 	prefs.c \
 	presence.c \
 	proxy.c \
-	prpl.c \
+	protocol.c \
 	request.c \
 	roomlist.c \
 	savedstatuses.c \
@@ -152,7 +152,7 @@
 	prefs.h \
 	presence.h \
 	proxy.h \
-	prpl.h \
+	protocol.h \
 	request.h \
 	roomlist.h \
 	savedstatuses.h \
@@ -231,7 +231,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 prpl.h
+                server.h util.h xmlnode.h protocol.h
 
 purple_build_coreheaders = $(addprefix $(srcdir)/, $(purple_coreheaders)) \
 		$(addprefix $(srcdir)/media/, $(purple_mediaheaders)) \

mercurial