libpurple/protocols/gg/meson.build

changeset 40673
16127907763b
parent 40019
5bf1b06ebd65
child 40782
1ea760e56414
--- a/libpurple/protocols/gg/meson.build	Tue Dec 29 00:27:38 2020 -0600
+++ b/libpurple/protocols/gg/meson.build	Tue Dec 29 00:37:08 2020 -0600
@@ -1,4 +1,4 @@
-GGSOURCES = [
+GG_SOURCES = [
 	'avatar.c',
 	'avatar.h',
 	'blist.c',
@@ -52,7 +52,7 @@
 ]
 
 if DYNAMIC_GG
-	gg_prpl = shared_library('gg', GGSOURCES,
+	gg_prpl = shared_library('gg', GG_SOURCES,
 	    dependencies : [libgadu, json, libpurple_dep, libsoup, glib],
 	    install : true, install_dir : PURPLE_PLUGINDIR)
 endif

mercurial