diff options
| author | Ted Gould <ted@canonical.com> | 2009-10-07 18:24:02 -0400 |
|---|---|---|
| committer | Ted Gould <ted@canonical.com> | 2009-10-07 18:24:02 -0400 |
| commit | 378b3b0547b9b2f3e81fa4f76ebdf0c203110e03 (patch) | |
| tree | eb3fd4426414b38df10a5e68da2480cdb7f99043 /src/Makefile.am | |
| parent | bbcd3463c32730a2c3ff0d85947e54d0a6672745 (diff) | |
| parent | f90470486f601d8b29781652d21c9b4a19e49d42 (diff) | |
| download | ayatana-indicator-session-378b3b0547b9b2f3e81fa4f76ebdf0c203110e03.tar.gz ayatana-indicator-session-378b3b0547b9b2f3e81fa4f76ebdf0c203110e03.tar.bz2 ayatana-indicator-session-378b3b0547b9b2f3e81fa4f76ebdf0c203110e03.zip | |
Handling the locking of the screensaver so that we ensure
the screensaver is active before suspending. Also, we
throttle it to ensure it doesn't start until after suspend.
(LP: #444391)
Diffstat (limited to 'src/Makefile.am')
| -rw-r--r-- | src/Makefile.am | 13 |
1 files changed, 11 insertions, 2 deletions
diff --git a/src/Makefile.am b/src/Makefile.am index 17d14e1..fefcd37 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -112,7 +112,12 @@ status-provider-mc5-marshal.c: $(srcdir)/status-provider-mc5.list # Users Stuff ############### -indicator_users_service_SOURCES = users-service.c users-service-dbus.c users-service-marshal.c +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) @@ -120,7 +125,11 @@ indicator_users_service_LDADD = $(USERSSERVICE_LIBS) # Session Stuff ################# -indicator_session_service_SOURCES = session-service.c gtk-dialog/gconf-helper.c +indicator_session_service_SOURCES = \ + lock-helper.c \ + lock-helper.h \ + session-service.c \ + gtk-dialog/gconf-helper.c indicator_session_service_CFLAGS = $(SESSIONSERVICE_CFLAGS) $(GCONF_CFLAGS) -DLIBEXECDIR=\"$(libexecdir)\" -Wall -Werror indicator_session_service_LDADD = $(SESSIONSERVICE_LIBS) $(GCONF_LIBS) |
