summaryrefslogtreecommitdiff
path: root/libnm/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'libnm/Makefile.am')
-rw-r--r--libnm/Makefile.am6
1 files changed, 4 insertions, 2 deletions
diff --git a/libnm/Makefile.am b/libnm/Makefile.am
index 3656cddfe0..26e0a4c737 100644
--- a/libnm/Makefile.am
+++ b/libnm/Makefile.am
@@ -43,8 +43,7 @@ libnminclude_hfiles = \
nm-device-wifi.h \
nm-device-wimax.h \
nm-device.h \
- nm-dhcp4-config.h \
- nm-dhcp6-config.h \
+ nm-dhcp-config.h \
nm-enum-types.h \
nm-ip-config.h \
nm-object.h \
@@ -65,6 +64,8 @@ libnminclude_HEADERS = \
libnm_la_private_headers = \
nm-dbus-helpers.h \
nm-device-private.h \
+ nm-dhcp4-config.h \
+ nm-dhcp6-config.h \
nm-ip4-config.h \
nm-ip6-config.h \
nm-manager.h \
@@ -92,6 +93,7 @@ libnm_la_csources = \
nm-device-wifi.c \
nm-device-wimax.c \
nm-device.c \
+ nm-dhcp-config.c \
nm-dhcp4-config.c \
nm-dhcp6-config.c \
nm-enum-types.c \