summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorThomas Haller <thaller@redhat.com>2020-11-02 17:29:26 +0100
committerThomas Haller <thaller@redhat.com>2020-11-09 17:53:15 +0100
commit6100b52e5ccc80b9c11e35907c0537d930f50da6 (patch)
treec67a5b0d92053c93e512b38ff88e5dc328937866 /Makefile.am
parent0d083f5dabe10a8bbd32fdfce032394b877c5bee (diff)
downloadNetworkManager-6100b52e5ccc80b9c11e35907c0537d930f50da6.tar.gz
libnm: add NMSettingOvsExternalIDs
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 473a763d74..dce16fe8c8 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -954,6 +954,7 @@ libnm_core_lib_h_pub_real = \
libnm-core/nm-setting-olpc-mesh.h \
libnm-core/nm-setting-ovs-bridge.h \
libnm-core/nm-setting-ovs-dpdk.h \
+ libnm-core/nm-setting-ovs-external-ids.h \
libnm-core/nm-setting-ovs-interface.h \
libnm-core/nm-setting-ovs-patch.h \
libnm-core/nm-setting-ovs-port.h \
@@ -1027,6 +1028,7 @@ libnm_core_lib_c_settings_real = \
libnm-core/nm-setting-olpc-mesh.c \
libnm-core/nm-setting-ovs-bridge.c \
libnm-core/nm-setting-ovs-dpdk.c \
+ libnm-core/nm-setting-ovs-external-ids.c \
libnm-core/nm-setting-ovs-interface.c \
libnm-core/nm-setting-ovs-patch.c \
libnm-core/nm-setting-ovs-port.c \