diff options
| author | Michael Biebl <biebl@debian.org> | 2023-02-10 11:51:50 +0100 |
|---|---|---|
| committer | Michael Biebl <biebl@debian.org> | 2023-02-10 11:51:50 +0100 |
| commit | 58dddb802071d967ff5731f3333239ead78248e8 (patch) | |
| tree | def9e578e4786f8cbc56ce1b6cabf7670e00ae81 /src/core/meson.build | |
| parent | 2c1b7a7ea3c332b4d690c0595ef76c81de1f0cc8 (diff) | |
| parent | 1372848511cb896b80b51ed1a3e9606bd9816631 (diff) | |
Update upstream source from tag 'upstream/1.42.0'
Update to upstream version '1.42.0' with Debian dir 2b9fa2718b2bd34fa58008e335a0d81b87ad57cf
Diffstat (limited to 'src/core/meson.build')
| -rw-r--r-- | src/core/meson.build | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/core/meson.build b/src/core/meson.build index f3359ad0..6c1d463e 100644 --- a/src/core/meson.build +++ b/src/core/meson.build @@ -53,6 +53,7 @@ libNetworkManagerBase = static_library( 'nm-l3-ipv4ll.c', 'nm-l3-ipv6ll.c', 'nm-l3cfg.c', + 'nm-bond-manager.c', 'nm-ip-config.c', ), dependencies: [ @@ -103,6 +104,7 @@ libNetworkManager = static_library( 'devices/nm-device-generic.c', 'devices/nm-device-infiniband.c', 'devices/nm-device-ip-tunnel.c', + 'devices/nm-device-loopback.c', 'devices/nm-device-macsec.c', 'devices/nm-device-macvlan.c', 'devices/nm-device-ppp.c', @@ -204,6 +206,7 @@ if enable_tests libnm_core_aux_intern, libnm_core_impl, libnm_crypto, + libnm_lldp, libnm_platform, libnm_base, libnm_systemd_shared, @@ -255,6 +258,7 @@ NetworkManager_all_sym = executable( libnm_core_aux_intern, libnm_core_impl, libnm_crypto, + libnm_lldp, libnm_platform, libnm_base, libnm_log_core, @@ -295,6 +299,7 @@ NetworkManager = executable( libnm_core_aux_intern, libnm_core_impl, libnm_crypto, + libnm_lldp, libnm_platform, libnm_base, libnm_udev_aux, |