diff options
| author | Michael Biebl <biebl@debian.org> | 2010-11-29 00:47:11 +0100 |
|---|---|---|
| committer | Michael Biebl <biebl@debian.org> | 2010-11-29 00:47:11 +0100 |
| commit | 9fae01fa351805b2903e535736e06971bc0b925e (patch) | |
| tree | c19bccf84c9f894e50fae678ba6ee2b2044e2d30 /introspection/Makefile.am | |
Imported Upstream version 0.8.1 upstream/0.8.1
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 + |