diff options
author | Ted Gould <ted@canonical.com> | 2009-08-25 22:08:41 -0500 |
---|---|---|
committer | Ted Gould <ted@canonical.com> | 2009-08-25 22:08:41 -0500 |
commit | e7695d9f9da90e12aaefe490e46e18d3b32f33dd (patch) | |
tree | fe7f9dd227e54fc7b128b604494c98b4199b12e1 /src/Makefile.am | |
parent | 8601a2b19bdb2352b1830888f982978a447dbeec (diff) | |
download | ayatana-indicator-messages-e7695d9f9da90e12aaefe490e46e18d3b32f33dd.tar.gz ayatana-indicator-messages-e7695d9f9da90e12aaefe490e46e18d3b32f33dd.tar.bz2 ayatana-indicator-messages-e7695d9f9da90e12aaefe490e46e18d3b32f33dd.zip |
Building an object to represent the service over 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 243247e..38787a1 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -22,6 +22,8 @@ libmessaging_la_LDFLAGS = -module -avoid-version indicator_messages_service_SOURCES = \ messages-service.c \ messages-service-server.h \ + messages-service-dbus.c \ + messages-service-dbus.h \ im-menu-item.c \ im-menu-item.h \ app-menu-item.c \ |