summaryrefslogtreecommitdiff
path: root/daemon/meson.build
diff options
context:
space:
mode:
Diffstat (limited to 'daemon/meson.build')
-rw-r--r--daemon/meson.build2
1 files changed, 1 insertions, 1 deletions
diff --git a/daemon/meson.build b/daemon/meson.build
index 7e86d8a0..eac85a2c 100644
--- a/daemon/meson.build
+++ b/daemon/meson.build
@@ -128,7 +128,7 @@ libgvfsdaemon = shared_library(
)
libgvfsdaemon_dep = declare_dependency(
- include_directories: include_directories('.'),
+ include_directories: '.',
dependencies: libgvfscommon_dep,
compile_args: cflags,
link_with: libgvfsdaemon,