diff options
author | Ted Gould <ted@canonical.com> | 2009-09-16 17:08:31 -0500 |
---|---|---|
committer | Ted Gould <ted@canonical.com> | 2009-09-16 17:08:31 -0500 |
commit | 8a1dae9a1e1ce8cb59bca4196f1cfc41ea4338df (patch) | |
tree | 464592a93e1daccfbd31b3865d3cd82960824d11 /src/Makefile.am | |
parent | cd4b5a1f7a0a9a3905dee1557e3edf9be46b826e (diff) | |
download | ayatana-indicator-session-8a1dae9a1e1ce8cb59bca4196f1cfc41ea4338df.tar.gz ayatana-indicator-session-8a1dae9a1e1ce8cb59bca4196f1cfc41ea4338df.tar.bz2 ayatana-indicator-session-8a1dae9a1e1ce8cb59bca4196f1cfc41ea4338df.zip |
Creating a status provider object for Mission Control 5 based on the Telepathy one.
Diffstat (limited to 'src/Makefile.am')
-rw-r--r-- | src/Makefile.am | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/src/Makefile.am b/src/Makefile.am index e2f0008..ae941e1 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -27,6 +27,10 @@ indicator_status_service_SOURCES = \ status-service-server.h \ status-provider.h \ status-provider.c \ + status-provider-mc5.h \ + status-provider-mc5.c \ + status-provider-mc5-marshal.h \ + status-provider-mc5-marshal.c \ status-provider-pidgin.h \ status-provider-pidgin.c \ status-provider-pidgin-marshal.h \ @@ -72,6 +76,16 @@ status-provider-telepathy-marshal.c: $(srcdir)/status-provider-telepathy.list --prefix=_status_provider_telepathy_marshal $(srcdir)/status-provider-telepathy.list \ > status-provider-telepathy-marshal.c +status-provider-mc5-marshal.h: $(srcdir)/status-provider-mc5.list + glib-genmarshal --header \ + --prefix=_status_provider_mc5_marshal $(srcdir)/status-provider-mc5.list \ + > status-provider-mc5-marshal.h + +status-provider-mc5-marshal.c: $(srcdir)/status-provider-mc5.list + glib-genmarshal --body \ + --prefix=_status_provider_mc5_marshal $(srcdir)/status-provider-mc5.list \ + > status-provider-mc5-marshal.c + ############### # Users Stuff ############### @@ -95,6 +109,8 @@ indicator_session_service_LDADD = $(SESSIONSERVICE_LIBS) $(GCONF_LIBS) BUILT_SOURCES = \ status-service-client.h \ status-service-server.h \ + status-provider-mc5-marshal.h \ + status-provider-mc5-marshal.c \ status-provider-pidgin-marshal.h \ status-provider-pidgin-marshal.c \ status-provider-telepathy-marshal.h \ @@ -102,6 +118,7 @@ BUILT_SOURCES = \ EXTRA_DIST = \ status-service.xml \ + status-provider-mc5.list \ status-provider-pidgin.list \ status-provider-telepathy.list |