diff options
Diffstat (limited to 'monitor/gphoto2/meson.build')
-rw-r--r-- | monitor/gphoto2/meson.build | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/monitor/gphoto2/meson.build b/monitor/gphoto2/meson.build index 63b4e8c7..76a0768e 100644 --- a/monitor/gphoto2/meson.build +++ b/monitor/gphoto2/meson.build @@ -1,7 +1,7 @@ sources = files( 'gphoto2-volume-monitor-daemon.c', 'ggphoto2volume.c', - 'ggphoto2volumemonitor.c' + 'ggphoto2volumemonitor.c', ) deps = [ @@ -9,13 +9,13 @@ deps = [ gobject_dep, libgphoto2_dep, libgvfscommon_gphoto2_dep, - libgvfsproxyvolumemonitordaemon_noin_dep + libgvfsproxyvolumemonitordaemon_noin_dep, ] cflags = [ '-DG_LOG_DOMAIN="GVFS-GPhoto2"', '-DGIO_MODULE_DIR="@0@"'.format(gio_module_dir), - '-DGVFS_LOCALEDIR="@0@"'.format(gvfs_localedir) + '-DGVFS_LOCALEDIR="@0@"'.format(gvfs_localedir), ] executable( @@ -26,5 +26,5 @@ executable( c_args: cflags, install: true, install_rpath: gvfs_rpath, - install_dir: gvfs_libexecdir + install_dir: gvfs_libexecdir, ) |