chiark / gitweb /
Meson build system: Add missing '#' in masked blocks
[elogind.git] / src / systemd / meson.build
index 17016488e1182b692c5433c4a7d4d906bbcd2a30..8499f16c4f14901e82e4a5497dc933299198c26c 100644 (file)
@@ -50,12 +50,12 @@ install_headers(
 #         subdir : 'systemd')
 #else
         subdir : 'elogind/systemd')
-#endif // 0
 
 meson.add_install_script(meson_symlink_headers,
                          includedir,
                          _systemd_headers,
                          '_sd-common.h')
+#endif // 0
 
 
 ############################################################