summaryrefslogtreecommitdiff
path: root/monitor/udisks2
diff options
context:
space:
mode:
authorOndrej Holy <oholy@redhat.com>2019-01-07 17:44:10 +0100
committerOndrej Holy <oholy@redhat.com>2019-01-07 17:44:10 +0100
commit44b2c1581a2deea690f6002fe9fe94f83c97f5a9 (patch)
treea14b7400901d3596a8c7ca13339fb31562164e4a /monitor/udisks2
parent367af21da33626838011ebaf1e99b2b9020852fc (diff)
downloadgvfs-44b2c1581a2deea690f6002fe9fe94f83c97f5a9.tar.gz
Revert "build: Add trailing commas"
This reverts commit f4ee93b06cfc4d9f727f9174e40d08097a25d571.
Diffstat (limited to 'monitor/udisks2')
-rw-r--r--monitor/udisks2/meson.build8
1 files changed, 4 insertions, 4 deletions
diff --git a/monitor/udisks2/meson.build b/monitor/udisks2/meson.build
index 19cd852a..26ccc142 100644
--- a/monitor/udisks2/meson.build
+++ b/monitor/udisks2/meson.build
@@ -4,7 +4,7 @@ sources = files(
'gvfsudisks2mount.c',
'gvfsudisks2utils.c',
'gvfsudisks2volume.c',
- 'gvfsudisks2volumemonitor.c',
+ 'gvfsudisks2volumemonitor.c'
)
deps = [
@@ -14,7 +14,7 @@ deps = [
gudev_dep,
libgvfscommon_monitor_dep,
libgvfsproxyvolumemonitordaemon_noin_dep,
- udisks2_dep,
+ udisks2_dep
]
if enable_logind
@@ -30,7 +30,7 @@ cflags = [
'-DG_DISABLE_DEPRECATED',
'-DGIO_MODULE_DIR="@0@"'.format(gio_module_dir),
'-DGVFS_LOCALEDIR="@0@"'.format(gvfs_localedir),
- '-DUDISKS_API_IS_SUBJECT_TO_CHANGE',
+ '-DUDISKS_API_IS_SUBJECT_TO_CHANGE'
]
executable(
@@ -41,5 +41,5 @@ executable(
c_args: cflags,
install: true,
install_rpath: gvfs_rpath,
- install_dir: gvfs_libexecdir,
+ install_dir: gvfs_libexecdir
)