aboutsummaryrefslogtreecommitdiff
path: root/src/Makefile.am
diff options
context:
space:
mode:
authorTed Gould <ted@canonical.com>2009-10-08 10:52:24 -0400
committerTed Gould <ted@canonical.com>2009-10-08 10:52:24 -0400
commit69c44b63c492193ea74df9ff48e82be5526b7b5f (patch)
treee76767e1614431d597469fdad2f15e88c95ce4dd /src/Makefile.am
parent04c5f5f83568ceca6dd178179bb1168c308f8c03 (diff)
parente0043aefb0c0366ee26452df2b0ef6d8d3e5a526 (diff)
downloadayatana-indicator-session-69c44b63c492193ea74df9ff48e82be5526b7b5f.tar.gz
ayatana-indicator-session-69c44b63c492193ea74df9ff48e82be5526b7b5f.tar.bz2
ayatana-indicator-session-69c44b63c492193ea74df9ff48e82be5526b7b5f.zip
Updating for trunkish
Diffstat (limited to 'src/Makefile.am')
-rw-r--r--src/Makefile.am13
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)