summaryrefslogtreecommitdiff
path: root/libnm-util/Makefile.am
diff options
context:
space:
mode:
authorDan Williams <dcbw@redhat.com>2012-05-23 16:19:27 +0200
committerDan Williams <dcbw@redhat.com>2012-11-30 13:21:50 -0600
commit8ecded9a9b56c5ea84f8a652ea5de3f1c7930888 (patch)
tree7af9ab5ada569576589aec331bf8251328ced3ef /libnm-util/Makefile.am
parent679212c03dc35896ff2d6c72fb8110aaacb96358 (diff)
downloadNetworkManager-8ecded9a9b56c5ea84f8a652ea5de3f1c7930888.tar.gz
libnm-util: add NMSettingBridge
Diffstat (limited to 'libnm-util/Makefile.am')
-rw-r--r--libnm-util/Makefile.am2
1 files changed, 2 insertions, 0 deletions
diff --git a/libnm-util/Makefile.am b/libnm-util/Makefile.am
index 2367925cc0..69f7e0dd64 100644
--- a/libnm-util/Makefile.am
+++ b/libnm-util/Makefile.am
@@ -18,6 +18,7 @@ libnm_util_include_HEADERS = \
nm-setting-adsl.h \
nm-setting-bluetooth.h \
nm-setting-bond.h \
+ nm-setting-bridge.h \
nm-setting-connection.h \
nm-setting-infiniband.h \
nm-setting-ip4-config.h \
@@ -52,6 +53,7 @@ libnm_util_la_csources = \
nm-setting-adsl.c \
nm-setting-bluetooth.c \
nm-setting-bond.c \
+ nm-setting-bridge.c \
nm-setting-connection.c \
nm-setting-infiniband.c \
nm-setting-ip4-config.c \