diff options
| author | Ted Gould <ted@canonical.com> | 2009-10-07 10:35:31 -0400 |
|---|---|---|
| committer | Ted Gould <ted@canonical.com> | 2009-10-07 10:35:31 -0400 |
| commit | f191e53698a12c1e06ed29c53b8c1a898bba52a1 (patch) | |
| tree | 8e71239188351a2e33a7811ae898b8705568e3c0 /src/Makefile.am | |
| parent | bbcd3463c32730a2c3ff0d85947e54d0a6672745 (diff) | |
| parent | b90777f78569b41e8ef6cdd065fc44a2ab4bd19b (diff) | |
| download | ayatana-indicator-session-f191e53698a12c1e06ed29c53b8c1a898bba52a1.tar.gz ayatana-indicator-session-f191e53698a12c1e06ed29c53b8c1a898bba52a1.tar.bz2 ayatana-indicator-session-f191e53698a12c1e06ed29c53b8c1a898bba52a1.zip | |
Merging in better locking
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) |
