diff options
author | Ted Gould <ted@gould.cx> | 2010-03-01 21:29:52 -0600 |
---|---|---|
committer | Ted Gould <ted@gould.cx> | 2010-03-01 21:29:52 -0600 |
commit | 1513ca78e4685f50051c37efcece4511347fc2f9 (patch) | |
tree | 654fb5e491ebec4d8f28a7bdc2a0aedf57364eda /src/Makefile.am | |
parent | b8dfba9eadfb0150e673620f940ddd6d83ebccff (diff) | |
download | ayatana-indicator-session-1513ca78e4685f50051c37efcece4511347fc2f9.tar.gz ayatana-indicator-session-1513ca78e4685f50051c37efcece4511347fc2f9.tar.bz2 ayatana-indicator-session-1513ca78e4685f50051c37efcece4511347fc2f9.zip |
Stealing the consolekit manager interface out of consolekit
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 |