summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorBenjamin Berg <bberg@redhat.com>2018-10-18 11:36:54 +0200
committerThomas Haller <thaller@redhat.com>2019-01-27 23:45:12 +0100
commit6420a2c1fdb55b43fcf662ef1d53001f3835c9e6 (patch)
tree91999980565c948539e4caa36cc19203172495c8 /Makefile.am
parentadb8338408cd3d9696bc9dad7206f7848cef5ef4 (diff)
downloadNetworkManager-6420a2c1fdb55b43fcf662ef1d53001f3835c9e6.tar.gz
libnm: Add NMDeviceP2PWifi
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 e43ed6bb96..7a75a6637f 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -1044,6 +1044,7 @@ libnm_lib_h_pub_real = \
libnm/nm-device-ovs-interface.h \
libnm/nm-device-ovs-port.h \
libnm/nm-device-ovs-bridge.h \
+ libnm/nm-device-p2p-wifi.h \
libnm/nm-device-ppp.h \
libnm/nm-device-team.h \
libnm/nm-device-tun.h \
@@ -1104,6 +1105,7 @@ libnm_lib_c_real = \
libnm/nm-device-ovs-interface.c \
libnm/nm-device-ovs-port.c \
libnm/nm-device-ovs-bridge.c \
+ libnm/nm-device-p2p-wifi.c \
libnm/nm-device-ppp.c \
libnm/nm-device-team.c \
libnm/nm-device-tun.c \