diff options
author | Dan Williams <dcbw@redhat.com> | 2008-06-10 14:59:22 +0000 |
---|---|---|
committer | Dan Williams <dcbw@redhat.com> | 2008-06-10 14:59:22 +0000 |
commit | 6919b29f110cdd37dd306cbdf3a152717f513c02 (patch) | |
tree | 9b7a4ac41472c1bdeb7dd20d03a24e8b5f57c48b /introspection/Makefile.am | |
parent | 976326a43dce8c001a0ae1d69c6109fd176bc775 (diff) | |
download | NetworkManager-6919b29f110cdd37dd306cbdf3a152717f513c02.tar.gz |
2008-06-10 Dan Williams <dcbw@redhat.com>
Patch from Tambet Ingo <tambet@gmail.com>
* src/ppp-manager/nm-ppp-manager.c: Add ppp stats monitoring, signal the
changes.
* src/nm-serial-device.c: Monitor "ppp-stats" signals from NMPPPManager. Add
a signal to emit these changes over dbus.
* src/Makefile.am: Genereate nm-serial-device-glue.
* libnm-glib/nm-serial-device.[ch]: Implement.
* libnm-glib/nm-cdma-device.[ch]
libnm-glib/nm-gsm-device.[ch]: Inherit from NMSerialDevice.
* libnm-glib/Makefile.am: Add nm-serial-device.[ch].
* introspection/nm-device-serial.xml: Implement.
* introspection/all.xml: Fix a couple of typos, add nm-device-serial.xml.
* introspection/Makefile.am: Add nm-device-serial.xml.
* include/NetworkManager.h: Add a DBus interface for serial device.
git-svn-id: http://svn-archive.gnome.org/svn/NetworkManager/trunk@3740 4912f4e0-d625-0410-9fb7-b9a5a253dbdc
Diffstat (limited to 'introspection/Makefile.am')
-rw-r--r-- | introspection/Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/introspection/Makefile.am b/introspection/Makefile.am index 143af0c1b6..10d0fc1461 100644 --- a/introspection/Makefile.am +++ b/introspection/Makefile.am @@ -4,6 +4,7 @@ EXTRA_DIST = \ nm-device-802-3-ethernet.xml \ nm-device-cdma.xml \ nm-device-gsm.xml \ + nm-device-serial.xml \ nm-device.xml \ nm-ip4-config.xml \ nm-manager.xml \ |