summaryrefslogtreecommitdiff
path: root/monitor
diff options
context:
space:
mode:
authorOndrej Holy <oholy@redhat.com>2018-07-24 10:12:42 +0200
committerOndrej Holy <oholy@redhat.com>2018-07-24 16:36:27 +0200
commit7990d4c2b896e70e6f62602a1557be80eb84d739 (patch)
tree59e7f9a05fe5e2a5387507023cb508de8716ab90 /monitor
parent9f3ebeb869590fd5c14b47b871614c2c0a61da3e (diff)
downloadgvfs-7990d4c2b896e70e6f62602a1557be80eb84d739.tar.gz
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.
Diffstat (limited to 'monitor')
-rw-r--r--monitor/proxy/meson.build2
1 files changed, 1 insertions, 1 deletions
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,