summaryrefslogtreecommitdiff
path: root/src/core/dhcp/meson.build
blob: ddaa32fb0ef6b3c8e1935a0e1e3fc994c1a03e49 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# SPDX-License-Identifier: LGPL-2.1-or-later

executable(
  'nm-dhcp-helper',
  'nm-dhcp-helper.c',
  include_directories: [
    src_inc,
    top_inc,
  ],
  dependencies: glib_dep,
  link_args: ldflags_linker_script_binary,
  link_depends: linker_script_binary,
  install: true,
  install_dir: nm_libexecdir,
)

if enable_tests
  subdir('tests')
endif