diff options
author | Ted Gould <ted@gould.cx> | 2010-03-12 13:43:37 -0600 |
---|---|---|
committer | Ted Gould <ted@gould.cx> | 2010-03-12 13:43:37 -0600 |
commit | eed04dff5181b860c8c86281e94018f8228ddc72 (patch) | |
tree | eb82e7b455d3d231521a9a836127452217de2ed7 | |
parent | 4172abb3ac9b3dbf10e007ba1422db14cc7599c5 (diff) | |
download | ayatana-indicator-session-eed04dff5181b860c8c86281e94018f8228ddc72.tar.gz ayatana-indicator-session-eed04dff5181b860c8c86281e94018f8228ddc72.tar.bz2 ayatana-indicator-session-eed04dff5181b860c8c86281e94018f8228ddc72.zip |
Simple starter object for making the dbus interface.
-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 cd525bd..d8d8acd 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -50,6 +50,8 @@ indicator_session_service_SOURCES = \ lock-helper.c \ lock-helper.h \ session-service.c \ + session-dbus.c \ + session-dbus.h \ dbusmenu-shared.h \ gconf-helper.c \ users-service-dbus.h \ |