libpurple/protocols/null/meson.build

changeset 40673
16127907763b
parent 39877
4bc87b3dbca4
child 41066
00e6bda3ef95
--- a/libpurple/protocols/null/meson.build	Tue Dec 29 00:27:38 2020 -0600
+++ b/libpurple/protocols/null/meson.build	Tue Dec 29 00:37:08 2020 -0600
@@ -1,11 +1,11 @@
-NULLSOURCES = [
+NULL_SOURCES = [
 	'nullprpl.h',
 	'nullprpl.c'
 ]
 
 # nullprpl isn't built by default; when it is built, it's dynamically linked
 if DYNAMIC_NULL
-	null_prpl = shared_library('null', NULLSOURCES,
+	null_prpl = shared_library('null', NULL_SOURCES,
 	    dependencies : [libpurple_dep, glib],
 	    install : false, install_dir : PURPLE_PLUGINDIR)
 endif

mercurial