diff options
author | Ted Gould <ted@canonical.com> | 2009-06-12 16:56:08 -0500 |
---|---|---|
committer | Ted Gould <ted@canonical.com> | 2009-06-12 16:56:08 -0500 |
commit | 9eb765152122a08ddfa95b150d9a7d5c46559356 (patch) | |
tree | f6b919a96d5dd4b92e8840c11e6afde8661b6ec1 /src/Makefile.am | |
parent | 35477b8fb1bd21c4cccf039c4648af47972414a9 (diff) | |
download | ayatana-indicator-session-9eb765152122a08ddfa95b150d9a7d5c46559356.tar.gz ayatana-indicator-session-9eb765152122a08ddfa95b150d9a7d5c46559356.tar.bz2 ayatana-indicator-session-9eb765152122a08ddfa95b150d9a7d5c46559356.zip |
A quickly little object to put itself on DBus.
Diffstat (limited to 'src/Makefile.am')
-rw-r--r-- | src/Makefile.am | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/Makefile.am b/src/Makefile.am index a6a4dd5..1965fe9 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -20,6 +20,8 @@ libstatus_users_session_la_LIBADD = $(APPLET_LIBS) indicator_status_service_SOURCES = \ status-service.c \ + status-service-dbus.h \ + status-service-dbus.c \ status-service-server.h \ status-provider.h \ status-provider.c \ |