From 7990d4c2b896e70e6f62602a1557be80eb84d739 Mon Sep 17 00:00:00 2001 From: Ondrej Holy Date: Tue, 24 Jul 2018 10:12:42 +0200 Subject: meson: Fix typo in identificator libgioremove_volume_monitor was used as identificator instead of libgioremote_volume_monitor. It is not problem, because the identificator is not used currently, but it might lead to further bugs. --- monitor/proxy/meson.build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'monitor') diff --git a/monitor/proxy/meson.build b/monitor/proxy/meson.build index 6abd0e6b..d2bc2cdb 100644 --- a/monitor/proxy/meson.build +++ b/monitor/proxy/meson.build @@ -34,7 +34,7 @@ if have_version_script ldflags += '@0@,@1@'.format(version_script_ldflag, symbol_map) endif -libgioremove_volume_monitor = shared_module( +libgioremote_volume_monitor = shared_module( 'gioremote-volume-monitor', sources: sources + [dbus_sources], include_directories: top_inc, -- cgit v1.2.1