From 8513894ecfa89da5e919b8c4cc2174fcae49c599 Mon Sep 17 00:00:00 2001 From: Ted Gould Date: Wed, 17 Sep 2014 10:50:09 -0500 Subject: A class wrapper for all the accounts service brewhaha --- src/Makefile.am | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/Makefile.am') diff --git a/src/Makefile.am b/src/Makefile.am index bc674c2..184e9b2 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -5,6 +5,8 @@ pkglibexec_PROGRAMS = indicator-messages-service indicator_messages_service_SOURCES = \ messages-service.c \ + accounts-service.c \ + accounts-service.h \ dbus-data.h \ gactionmuxer.c \ gactionmuxer.h \ -- cgit v1.2.3 From 074949340958b1adccd4fd61fc5bfb338fc57781 Mon Sep 17 00:00:00 2001 From: Ted Gould Date: Wed, 17 Sep 2014 11:18:57 -0500 Subject: Put into our namespace --- src/Makefile.am | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/Makefile.am') diff --git a/src/Makefile.am b/src/Makefile.am index 184e9b2..36e6a93 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -5,13 +5,13 @@ pkglibexec_PROGRAMS = indicator-messages-service indicator_messages_service_SOURCES = \ messages-service.c \ - accounts-service.c \ - accounts-service.h \ dbus-data.h \ gactionmuxer.c \ gactionmuxer.h \ gsettingsstrv.c \ gsettingsstrv.h \ + im-accounts-service.c \ + im-accounts-service.h \ im-menu.c \ im-menu.h \ im-phone-menu.c \ -- cgit v1.2.3