diff options
author | Dan Williams <dcbw@redhat.com> | 2010-12-17 16:27:55 -0600 |
---|---|---|
committer | Dan Williams <dcbw@redhat.com> | 2010-12-17 16:27:55 -0600 |
commit | d2ce75b57a27a9feaddb25558e62ae7162ef7f9f (patch) | |
tree | 4a7363b88fdc2c03d05cf9e834086d7f9384f49f /introspection/Makefile.am | |
parent | 592d71ff76318b6389f6866d5394a844c7e35513 (diff) |
core: separate PropertiesChanged signal XML
Which requires that we turn it into a GInterface that MMModemBase
can implement, because dbus-glib does not allow attaching more
than one introspection glue structure to an object at a time.
Also implement the standard D-Bus properties changed signal.
Diffstat (limited to 'introspection/Makefile.am')
-rw-r--r-- | introspection/Makefile.am | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/introspection/Makefile.am b/introspection/Makefile.am index 941c9244..5c2a5ebb 100644 --- a/introspection/Makefile.am +++ b/introspection/Makefile.am @@ -15,4 +15,5 @@ EXTRA_DIST = \ mm-modem-simple.xml \ mm-serial-error.xml \ mm-modem-location.xml \ - mm-modem-gsm-ussd.xml + mm-modem-gsm-ussd.xml \ + mm-properties-changed.xml |