about summary refs log tree commit diff
path: root/src/nm-daemon-helper/meson.build
diff options
context:
space:
mode:
Diffstat (limited to 'src/nm-daemon-helper/meson.build')
-rw-r--r--src/nm-daemon-helper/meson.build15
1 files changed, 0 insertions, 15 deletions
diff --git a/src/nm-daemon-helper/meson.build b/src/nm-daemon-helper/meson.build
deleted file mode 100644
index da0d6571..00000000
--- a/src/nm-daemon-helper/meson.build
+++ /dev/null
@@ -1,15 +0,0 @@
-executable(
-  'nm-daemon-helper',
-  'nm-daemon-helper.c',
-  include_directories : [
-    src_inc,
-    top_inc,
-  ],
-  link_with: [
-    libnm_std_aux,
-  ],
-  link_args: ldflags_linker_script_binary,
-  link_depends: linker_script_binary,
-  install: true,
-  install_dir: nm_libexecdir,
-)