summaryrefslogtreecommitdiff
path: root/meson.build
diff options
context:
space:
mode:
Diffstat (limited to 'meson.build')
-rw-r--r--meson.build2
1 files changed, 2 insertions, 0 deletions
diff --git a/meson.build b/meson.build
index cf450e2a1..c7c28f2c8 100644
--- a/meson.build
+++ b/meson.build
@@ -99,5 +99,7 @@ if get_option('nst_extension')
subdir('nautilus-sendto-extension')
endif
+subdir ('src-ng')
+
# Compile GSettings schemas when installing from source.
meson.add_install_script('build-aux/meson/postinstall.py')