summaryrefslogtreecommitdiff
path: root/src/Makefile.am
diff options
context:
space:
mode:
authorDan Williams <dcbw@redhat.com>2014-09-08 11:50:37 -0500
committerDan Williams <dcbw@redhat.com>2014-09-11 12:50:17 -0500
commit3deb3ff6839273f73895817fbcf443a346f64dae (patch)
tree9f03f2f888019c220ad913e5ac6c7deacf46aa93 /src/Makefile.am
parent11eb99e9a7fc1bf160143124a3738c6628cdc52f (diff)
downloadNetworkManager-3deb3ff6839273f73895817fbcf443a346f64dae.tar.gz
tun: port to internal device factorydcbw/internal-device-factories
Diffstat (limited to 'src/Makefile.am')
-rw-r--r--src/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Makefile.am b/src/Makefile.am
index 252d653775..62a4aa55ef 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -69,6 +69,7 @@ nm_device_sources = \
devices/nm-device-gre.c \
devices/nm-device-infiniband.c \
devices/nm-device-macvlan.c \
+ devices/nm-device-tun.c \
devices/nm-device-veth.c \
devices/nm-device-vlan.c \
devices/nm-device-vxlan.c \
@@ -98,7 +99,6 @@ nm_sources = \
devices/nm-device-generic.h \
devices/nm-device-logging.h \
devices/nm-device-private.h \
- devices/nm-device-tun.c \
\
dhcp-manager/nm-dhcp-client.c \
dhcp-manager/nm-dhcp-client.h \