diff options
Diffstat (limited to 'introspection/Makefile.am')
| -rw-r--r-- | introspection/Makefile.am | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/introspection/Makefile.am b/introspection/Makefile.am new file mode 100644 index 00000000..212da3ab --- /dev/null +++ b/introspection/Makefile.am @@ -0,0 +1,28 @@ +EXTRA_DIST = \ + all.xml \ + 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-cdma.xml \ + nm-device-gsm.xml \ + nm-device-serial.xml \ + nm-device.xml \ + nm-ip4-config.xml \ + nm-ip6-config.xml \ + nm-manager.xml \ + nm-manager-client.xml \ + nm-settings.xml \ + nm-settings-system.xml \ + nm-exported-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 + |