libpurple/meson.build

changeset 41155
922c9e70900c
parent 41142
a9f32316d828
child 41164
d861b10105fb
--- a/libpurple/meson.build	Thu Oct 28 23:43:20 2021 -0500
+++ b/libpurple/meson.build	Fri Oct 29 00:31:57 2021 -0500
@@ -35,7 +35,6 @@
 	'pluginpref.c',
 	'prefs.c',
 	'proxy.c',
-	'protocol.c',
 	'protocols.c',
 	'purple-gio.c',
 	'purpleaccountoption.c',
@@ -63,6 +62,7 @@
 	'purpleoptions.c',
 	'purpleplugininfo.c',
 	'purplepresence.c',
+	'purpleprotocol.c',
 	'purpleprotocolattention.c',
 	'purpleprotocolchat.c',
 	'purpleprotocolclient.c',
@@ -130,7 +130,6 @@
 	'pluginpref.h',
 	'prefs.h',
 	'proxy.h',
-	'protocol.h',
 	'protocols.h',
 	'purple-gio.h',
 	'purpleaccountoption.h',
@@ -158,6 +157,7 @@
 	'purpleoptions.h',
 	'purpleplugininfo.h',
 	'purplepresence.h',
+	'purpleprotocol.h',
 	'purpleprotocolattention.h',
 	'purpleprotocolchat.h',
 	'purpleprotocolclient.h',
@@ -241,12 +241,12 @@
 	'eventloop.h',
 	'notify.h',
 	'plugins.h',
-	'protocol.h',
 	'purplechatuser.h',
 	'purpleconversation.h',
 	'purpleimconversation.h',
 	'purplemessage.h',
 	'purpleplugininfo.h',
+	'purpleprotocol.h',
 	'roomlist.h',
 	'status.h',
 	'xfer.h',

mercurial