diff options
author | Ted Gould <ted@gould.cx> | 2011-08-19 13:13:57 -0500 |
---|---|---|
committer | Ted Gould <ted@gould.cx> | 2011-08-19 13:13:57 -0500 |
commit | 7f2161b7e2ab9902076a0e47fecac7796546fb4b (patch) | |
tree | ee79fe83b44218d2d0602f7c5a77c6092934ff6a /src/Makefile.am | |
parent | 44b13c9408a1bfd2d47c6bb8a6df0b6b5127e001 (diff) | |
download | ayatana-indicator-session-7f2161b7e2ab9902076a0e47fecac7796546fb4b.tar.gz ayatana-indicator-session-7f2161b7e2ab9902076a0e47fecac7796546fb4b.tar.bz2 ayatana-indicator-session-7f2161b7e2ab9902076a0e47fecac7796546fb4b.zip |
Change name to settings helper
Diffstat (limited to 'src/Makefile.am')
-rw-r--r-- | src/Makefile.am | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/Makefile.am b/src/Makefile.am index 9565545..dba0a9e 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -96,7 +96,7 @@ indicator_session_service_SOURCES = \ session-dbus.h \ gen-session-dbus.xml.c \ dbusmenu-shared.h \ - gconf-helper.c \ + settings-helper.c \ users-service-dbus.h \ users-service-dbus.c \ user-menu-mgr.h \ @@ -126,8 +126,8 @@ indicator_session_service_LDADD = \ gtk_logout_helper_SOURCES = \ gtk-logout-helper.c \ - gconf-helper.c \ - gconf-helper.h \ + settings-helper.c \ + settings-helper.h \ dialog.c \ dialog.h |