summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorLubomir Rintel <lkundrak@v3.sk>2017-11-16 17:35:20 +0100
committerLubomir Rintel <lkundrak@v3.sk>2017-12-11 10:52:22 +0100
commitda13c7a1a4b91e95bbbe3014ecb6f36800c20dc8 (patch)
treed94149569bce608355078ecc7691049c88873c84 /Makefile.am
parent0b0fb045bcf65e55ae13bbc01dfd849e25e18014 (diff)
downloadNetworkManager-da13c7a1a4b91e95bbbe3014ecb6f36800c20dc8.tar.gz
libnm-core: add NMSettingTCConfig with qdisc support
Currently is only able to hold the queueing disciplines.
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 079ca443e3..da446bda36 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -413,6 +413,7 @@ libnm_core_lib_h_pub_real = \
libnm-core/nm-setting-pppoe.h \
libnm-core/nm-setting-proxy.h \
libnm-core/nm-setting-serial.h \
+ libnm-core/nm-setting-tc-config.h \
libnm-core/nm-setting-team-port.h \
libnm-core/nm-setting-team.h \
libnm-core/nm-setting-tun.h \
@@ -497,6 +498,7 @@ libnm_core_lib_c_real = \
libnm-core/nm-setting-pppoe.c \
libnm-core/nm-setting-proxy.c \
libnm-core/nm-setting-serial.c \
+ libnm-core/nm-setting-tc-config.c \
libnm-core/nm-setting-team-port.c \
libnm-core/nm-setting-team.c \
libnm-core/nm-setting-tun.c \