diff options
author | Ted Gould <ted@gould.cx> | 2010-03-03 15:39:16 -0600 |
---|---|---|
committer | Ted Gould <ted@gould.cx> | 2010-03-03 15:39:16 -0600 |
commit | d694e0a23c44a6c48a6b23509dd8b00a3d622611 (patch) | |
tree | 31f4c1b9095b5fdab639bce415a1c0a2c2d7904d /src/Makefile.am | |
parent | b51d58db757ccec277216f3e4f3e74c67ea75884 (diff) | |
parent | bb12842de3558842bacbc9bafcff40490a8bc409 (diff) | |
download | ayatana-indicator-session-d694e0a23c44a6c48a6b23509dd8b00a3d622611.tar.gz ayatana-indicator-session-d694e0a23c44a6c48a6b23509dd8b00a3d622611.tar.bz2 ayatana-indicator-session-d694e0a23c44a6c48a6b23509dd8b00a3d622611.zip |
Merging in the consolekit branch to get the interface file.
Diffstat (limited to 'src/Makefile.am')
-rw-r--r-- | src/Makefile.am | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/src/Makefile.am b/src/Makefile.am index fdbf466..a07c782 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -17,6 +17,12 @@ libsession_la_CFLAGS = $(APPLET_CFLAGS) -Wall -Werror libsession_la_LIBADD = $(APPLET_LIBS) libsession_la_LDFLAGS = -module -avoid-version +consolekit-manager-client.h: $(srcdir)/consolekit-manager.xml + dbus-binding-tool \ + --prefix=_consolekit_manager_client \ + --mode=glib-client \ + --output=consolekit-manager-client.h \ + $(srcdir)/consolekit-manager.xml users-service-client.h: $(srcdir)/users-service.xml dbus-binding-tool \ @@ -56,11 +62,13 @@ indicator_session_service_LDADD = $(SESSIONSERVICE_LIBS) $(GCONF_LIBS) ############### BUILT_SOURCES = \ + consolekit-manager-client.h \ users-service-client.h \ users-service-marshal.h \ users-service-marshal.c EXTRA_DIST = \ + consolekit-manager.xml \ users-service.xml \ users-service.list |