diff options
| author | Ted Gould <ted@canonical.com> | 2009-10-08 10:52:24 -0400 |
|---|---|---|
| committer | Ted Gould <ted@canonical.com> | 2009-10-08 10:52:24 -0400 |
| commit | 69c44b63c492193ea74df9ff48e82be5526b7b5f (patch) | |
| tree | e76767e1614431d597469fdad2f15e88c95ce4dd /src/Makefile.am | |
| parent | 04c5f5f83568ceca6dd178179bb1168c308f8c03 (diff) | |
| parent | e0043aefb0c0366ee26452df2b0ef6d8d3e5a526 (diff) | |
| download | ayatana-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.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) |
