diff options
| author | Michael Biebl <biebl@debian.org> | 2021-02-11 18:11:46 +0100 |
|---|---|---|
| committer | Michael Biebl <biebl@debian.org> | 2021-02-11 18:11:46 +0100 |
| commit | 80ec1decc49c72efec2a8b87c06245c92c0ab807 (patch) | |
| tree | e3b229aa94e8dcf0590f2317664176e7b8f7607b /src/devices/team/meson.build | |
| parent | 65f86e8f56267192d42f2b629fc6b0c99fb9cd0c (diff) | |
New upstream version 1.29.90 upstream/1.29.90
Diffstat (limited to 'src/devices/team/meson.build')
| -rw-r--r-- | src/devices/team/meson.build | 31 |
1 files changed, 0 insertions, 31 deletions
diff --git a/src/devices/team/meson.build b/src/devices/team/meson.build deleted file mode 100644 index c2b77cb9..00000000 --- a/src/devices/team/meson.build +++ /dev/null @@ -1,31 +0,0 @@ -# SPDX-License-Identifier: LGPL-2.1+ - -sources = files( - 'nm-device-team.c', - 'nm-team-factory.c', -) - -deps = [ - daemon_nm_default_dep, - jansson_dep, - libteamdctl_dep, -] - -libnm_device_plugin_team = shared_module( - 'nm-device-plugin-team', - sources: sources, - dependencies: deps, - c_args: daemon_c_flags, - link_args: ldflags_linker_script_devices, - link_depends: linker_script_devices, - install: true, - install_dir: nm_plugindir, -) - -core_plugins += libnm_device_plugin_team - -test( - 'check-local-devices-team', - check_exports, - args: [libnm_device_plugin_team.full_path(), linker_script_devices], -) |