diff options
author | Ted Gould <ted@canonical.com> | 2009-09-24 11:38:18 -0500 |
---|---|---|
committer | Ted Gould <ted@canonical.com> | 2009-09-24 11:38:18 -0500 |
commit | e0cc3cab40349e9d7587be79e17f104bf5266a5d (patch) | |
tree | 8f4f1fb93b8d0f147004b22eb67811524a1579fb /src/Makefile.am | |
parent | 9703540eaf33ac50e99f04e9eddf5816557868e1 (diff) | |
parent | a3fffae0121c46aad258f15f0bc4c8c3012536fc (diff) | |
download | ayatana-indicator-session-e0cc3cab40349e9d7587be79e17f104bf5266a5d.tar.gz ayatana-indicator-session-e0cc3cab40349e9d7587be79e17f104bf5266a5d.tar.bz2 ayatana-indicator-session-e0cc3cab40349e9d7587be79e17f104bf5266a5d.zip |
Merging in the MissionControl 5 branch to work with modern Empathy.
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 |