aboutsummaryrefslogtreecommitdiff
path: root/src/Makefile.am
diff options
context:
space:
mode:
authorTed Gould <ted@canonical.com>2009-11-06 22:50:48 -0600
committerTed Gould <ted@canonical.com>2009-11-06 22:50:48 -0600
commitffd996217a130a5252ca804c506205bbbbadef3a (patch)
tree97a3eed32ebefae257cb4dde5de3fc17136fa7d6 /src/Makefile.am
parent4bcfbf41887d4b597cf727ed23e4d59946ff7666 (diff)
downloadayatana-indicator-application-ffd996217a130a5252ca804c506205bbbbadef3a.tar.gz
ayatana-indicator-application-ffd996217a130a5252ca804c506205bbbbadef3a.tar.bz2
ayatana-indicator-application-ffd996217a130a5252ca804c506205bbbbadef3a.zip
Adding some XML for dbus properties interface.
Diffstat (limited to 'src/Makefile.am')
-rw-r--r--src/Makefile.am2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/Makefile.am b/src/Makefile.am
index fa0137f..21d7cf8 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -39,6 +39,7 @@ indicator_custom_service_SOURCES = \
custom-service-server.h \
custom-service-watcher.h \
custom-service-watcher.c \
+ dbus-properties-client.h \
dbus-shared.h \
notification-item-client.h \
notification-watcher-server.h
@@ -96,6 +97,7 @@ libcustomindicator_la_LIBADD = \
DBUS_SPECS = \
custom-service.xml \
+ dbus-properties.xml \
notification-item.xml \
notification-watcher.xml