summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorFrancesco Giudici <fgiudici@redhat.com>2019-06-06 12:27:06 +0200
committerFrancesco Giudici <fgiudici@redhat.com>2019-07-05 15:13:09 +0200
commiteed205bff317469df846d6d5c3f9714f40ccd244 (patch)
tree33dd68a7c195eacb5059f2e3f09a6727188d290f /Makefile.am
parentf42754c8d7e1fb62a268edc412da835e754e30c3 (diff)
downloadNetworkManager-eed205bff317469df846d6d5c3f9714f40ccd244.tar.gz
dhcp/internal: move dhcp options management to shared dhcp codebase
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am2
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am
index 4c6b22546e..85bdaefa27 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -1966,6 +1966,8 @@ src_libNetworkManagerBase_la_SOURCES = \
src/dhcp/nm-dhcp-nettools.c \
src/dhcp/nm-dhcp-utils.c \
src/dhcp/nm-dhcp-utils.h \
+ src/dhcp/nm-dhcp-options.c \
+ src/dhcp/nm-dhcp-options.h \
src/dhcp/nm-dhcp-systemd.c \
src/dhcp/nm-dhcp-manager.c \
src/dhcp/nm-dhcp-manager.h \