diff options
author | Ted Gould <ted@gould.cx> | 2010-01-04 09:15:24 -0600 |
---|---|---|
committer | Ted Gould <ted@gould.cx> | 2010-01-04 09:15:24 -0600 |
commit | a95848f92b7405ee6e60624c426234662ee59abd (patch) | |
tree | 08177cfe89a4d1816733bfb32a7adc999e370a9e /src | |
parent | fbdb4d5d1e0e51fc1b20ec4d526dfd96dea909c9 (diff) | |
download | ayatana-indicator-session-a95848f92b7405ee6e60624c426234662ee59abd.tar.gz ayatana-indicator-session-a95848f92b7405ee6e60624c426234662ee59abd.tar.bz2 ayatana-indicator-session-a95848f92b7405ee6e60624c426234662ee59abd.zip |
Killing the user service
Diffstat (limited to 'src')
-rw-r--r-- | src/Makefile.am | 19 |
1 files changed, 4 insertions, 15 deletions
diff --git a/src/Makefile.am b/src/Makefile.am index daaaf61..e5d5a3c 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -1,6 +1,6 @@ SUBDIRS = gtk-dialog -libexec_PROGRAMS = indicator-users-service indicator-session-service +libexec_PROGRAMS = indicator-session-service ################### # Indicator Stuff @@ -34,19 +34,6 @@ users-service-marshal.c: $(srcdir)/users-service.list --prefix=_users_service_marshal $(srcdir)/users-service.list \ > users-service-marshal.c -############### -# Users Stuff -############### - -indicator_users_service_SOURCES = \ - lock-helper.c \ - lock-helper.h \ - users-service.c \ - users-service-dbus.c \ - users-service-marshal.c -indicator_users_service_CFLAGS = $(USERSSERVICE_CFLAGS) -Wall -Werror -indicator_users_service_LDADD = $(USERSSERVICE_LIBS) - ################# # Session Stuff ################# @@ -55,7 +42,9 @@ indicator_session_service_SOURCES = \ lock-helper.c \ lock-helper.h \ session-service.c \ - gtk-dialog/gconf-helper.c + gtk-dialog/gconf-helper.c \ + users-service-dbus.c \ + users-service-marshal.c indicator_session_service_CFLAGS = $(SESSIONSERVICE_CFLAGS) $(GCONF_CFLAGS) -DLIBEXECDIR=\"$(libexecdir)\" -Wall -Werror indicator_session_service_LDADD = $(SESSIONSERVICE_LIBS) $(GCONF_LIBS) |