blob: 6fb9bd11c725514fad733ed59cccb7133fcfec05 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
|
EXTRA_DIST = \
all.xml.in \
generic-types.xml \
errors.xml \
vpn-errors.xml \
nm-access-point.xml \
nm-device-bt.xml \
nm-device-wifi.xml \
nm-device-olpc-mesh.xml \
nm-device-ethernet.xml \
nm-device-adsl.xml \
nm-device-modem.xml \
nm-device-wimax.xml \
nm-device-infiniband.xml \
nm-device-bond.xml \
nm-device-bridge.xml \
nm-device-vlan.xml \
nm-device-generic.xml \
nm-device-veth.xml \
nm-device-tun.xml \
nm-device-macvlan.xml \
nm-device-vxlan.xml \
nm-device.xml \
nm-ip4-config.xml \
nm-ip6-config.xml \
nm-manager.xml \
nm-settings.xml \
nm-settings-connection.xml \
nm-vpn-plugin.xml \
nm-vpn-connection.xml \
nm-ppp-manager.xml \
nm-active-connection.xml \
nm-dhcp4-config.xml \
nm-dhcp6-config.xml \
nm-agent-manager.xml \
nm-wimax-nsp.xml \
nm-secret-agent.xml
|