mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2025-12-30 01:30:12 +01:00
* Global rename of NMConnectionSettings -> NMExportedConnection to cut down on confusing names * Add 'path' and 'scope' properties to NMConnection since both NM and the applet were having to hack this in anyway. Remove the 'path' stuff from NMExportedConnection * Internally rename NMConnectionType -> NMConnectionScope * Provide default implementations of the 'get_id' and 'get_settings' methods of NMExportedConnection git-svn-id: http://svn-archive.gnome.org/svn/NetworkManager/trunk@3334 4912f4e0-d625-0410-9fb7-b9a5a253dbdc
14 lines
333 B
Makefile
14 lines
333 B
Makefile
EXTRA_DIST = \
|
|
nm-access-point.xml \
|
|
nm-device-802-11-wireless.xml \
|
|
nm-device-802-3-ethernet.xml \
|
|
nm-device.xml \
|
|
nm-ip4-config.xml \
|
|
nm-manager.xml \
|
|
nm-manager-client.xml \
|
|
nm-settings.xml \
|
|
nm-exported-connection.xml \
|
|
nm-vpn-manager.xml \
|
|
nm-vpn-plugin.xml \
|
|
nm-vpn-connection.xml
|
|
|