summaryrefslogtreecommitdiff
path: root/service
diff options
context:
space:
mode:
authorTomasz Miąsko <tomasz.miasko@gmail.com>2018-11-10 00:00:00 +0000
committerTomasz Miąsko <tomasz.miasko@gmail.com>2018-11-13 08:51:14 +0100
commitec46c2b3955d36a2a90741a48f2b426b341bbba0 (patch)
tree1db72f6857a3068ee10dc2a5681fb0ebdb0e0af5 /service
parent56009f6b49468c43473f43565317a452ab0a898f (diff)
downloaddconf-ec46c2b3955d36a2a90741a48f2b426b341bbba0.tar.gz
tests: Add tests for dconf utility tool
Diffstat (limited to 'service')
-rw-r--r--service/meson.build2
1 files changed, 1 insertions, 1 deletions
diff --git a/service/meson.build b/service/meson.build
index 7d54805..d92b982 100644
--- a/service/meson.build
+++ b/service/meson.build
@@ -51,7 +51,7 @@ libdconf_service_dep = declare_dependency(
sources: dconf_generated,
)
-executable(
+dconf_service = executable(
'dconf-service',
sources,
include_directories: top_inc,