diff options
author | Ted Gould <ted@canonical.com> | 2009-10-28 14:52:08 -0500 |
---|---|---|
committer | Ted Gould <ted@canonical.com> | 2009-10-28 14:52:08 -0500 |
commit | ec8cd6885a17a2a03fc65c89f6e10f3da42b59de (patch) | |
tree | da5047cbf49a7743333119803e7c0c5c8306f7c4 /src/Makefile.am | |
parent | b6d06cac56a71c099084a5e37ed28961a37e66d3 (diff) | |
download | libayatana-appindicator-ec8cd6885a17a2a03fc65c89f6e10f3da42b59de.tar.gz libayatana-appindicator-ec8cd6885a17a2a03fc65c89f6e10f3da42b59de.tar.bz2 libayatana-appindicator-ec8cd6885a17a2a03fc65c89f6e10f3da42b59de.zip |
Adding the custom-service interface.
Diffstat (limited to 'src/Makefile.am')
-rw-r--r-- | src/Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Makefile.am b/src/Makefile.am index ff5b26e..aace163 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -82,6 +82,7 @@ libcustomindicator_la_LIBADD = \ ################################## DBUS_SPECS = \ + custom-service.xml \ notification-item.xml \ notification-watcher.xml |