From e9bce071011fd10360934dcc09cdabff2b9880ce Mon Sep 17 00:00:00 2001 From: Ted Gould Date: Tue, 6 Oct 2009 19:49:57 -0400 Subject: Creating the lock helper files. --- src/Makefile.am | 13 +++++++++++-- src/lock-helper.c | 0 src/lock-helper.h | 0 3 files changed, 11 insertions(+), 2 deletions(-) create mode 100644 src/lock-helper.c create mode 100644 src/lock-helper.h (limited to 'src') 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) diff --git a/src/lock-helper.c b/src/lock-helper.c new file mode 100644 index 0000000..e69de29 diff --git a/src/lock-helper.h b/src/lock-helper.h new file mode 100644 index 0000000..e69de29 -- cgit v1.2.3