about summary refs log tree commit diff
path: root/src/core/meson.build
diff options
context:
space:
mode:
authorMichael Biebl <biebl@debian.org>2025-02-12 13:46:55 +0100
committerMichael Biebl <biebl@debian.org>2025-02-12 13:46:55 +0100
commitec170f43021cdc93a65151f4646875cd3aa42a13 (patch)
treeedd6f226af21951b7b4ae1954308594413610513 /src/core/meson.build
parentd5d9f6796c16f29776c619f464811917e46521f4 (diff)
parent8bdf070ff046f482f6eb5e2b15ebc216f5d1e3da (diff)
Update upstream source from tag 'upstream/1.51.90'
Update to upstream version '1.51.90'
with Debian dir 5ed61494ac9853892cd39fb1e4debd23f234a5b9
Diffstat (limited to 'src/core/meson.build')
-rw-r--r--src/core/meson.build3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/core/meson.build b/src/core/meson.build
index 4419ff62..6cf891ee 100644
--- a/src/core/meson.build
+++ b/src/core/meson.build
@@ -105,6 +105,7 @@ libNetworkManager = static_library(
     'devices/nm-device-hsr.c',
     'devices/nm-device-infiniband.c',
     'devices/nm-device-ip-tunnel.c',
+    'devices/nm-device-ipvlan.c',
     'devices/nm-device-loopback.c',
     'devices/nm-device-macsec.c',
     'devices/nm-device-macvlan.c',
@@ -119,10 +120,10 @@ libNetworkManager = static_library(
     'devices/nm-lldp-listener.c',
     'dhcp/nm-dhcp-dhclient.c',
     'dhcp/nm-dhcp-dhclient-utils.c',
-    'dhcp/nm-dhcp-dhcpcanon.c',
     'dhcp/nm-dhcp-dhcpcd.c',
     'dhcp/nm-dhcp-listener.c',
     'dns/nm-dns-dnsmasq.c',
+    'dns/nm-dns-dnsconfd.c',
     'dns/nm-dns-manager.c',
     'dns/nm-dns-plugin.c',
     'dns/nm-dns-systemd-resolved.c',