diff options
| author | Michael Biebl <biebl@debian.org> | 2024-09-01 22:38:35 +0200 |
|---|---|---|
| committer | Michael Biebl <biebl@debian.org> | 2024-09-01 22:38:35 +0200 |
| commit | f9bfd1158b8d08d6a5ed3bb7cc1ba7a6455e5201 (patch) | |
| tree | 10267dcf5b842b7c638a79bd6851549cd849b81d /Makefile.am | |
| parent | 681dfc70ef98f6ed0c05bcb0fbff00e3fc0799ea (diff) | |
New upstream version 1.49.90 upstream/1.49.90
Diffstat (limited to 'Makefile.am')
| -rw-r--r-- | Makefile.am | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am index a0daa953..edf77e85 100644 --- a/Makefile.am +++ b/Makefile.am @@ -157,6 +157,7 @@ DISTCHECK_CONFIGURE_FLAGS = \ --with-udev-dir=$$dc_install_base/lib/udev \ --with-wext=no \ --enable-ifcfg-rh \ + --with-dhclient=yes \ --enable-ifupdown \ --disable-dependency-tracking \ --disable-autotools-deprecation \ @@ -5304,6 +5305,8 @@ src_nmtui_nmtui_SOURCES = \ src/nmtui/nmt-page-team-port.h \ src/nmtui/nmt-page-team.c \ src/nmtui/nmt-page-team.h \ + src/nmtui/nmt-page-veth.c \ + src/nmtui/nmt-page-veth.h \ src/nmtui/nmt-page-vlan.c \ src/nmtui/nmt-page-vlan.h \ src/nmtui/nmt-page-wifi.c \ |