diff options
author | Conor Curran <conor.curran@canonical.com> | 2011-07-15 12:54:17 +0100 |
---|---|---|
committer | Conor Curran <conor.curran@canonical.com> | 2011-07-15 12:54:17 +0100 |
commit | 019030dc92107fb553e1f791cc2225b67b74968b (patch) | |
tree | 8043c9396576f983ec94ecf6ecccc4bb7c002e8a /src/Makefile.am | |
parent | a25c68ce0d98e56921f38683a81e6d996446f744 (diff) | |
download | ayatana-indicator-session-019030dc92107fb553e1f791cc2225b67b74968b.tar.gz ayatana-indicator-session-019030dc92107fb553e1f791cc2225b67b74968b.tar.bz2 ayatana-indicator-session-019030dc92107fb553e1f791cc2225b67b74968b.zip |
first step - it compiles
Diffstat (limited to 'src/Makefile.am')
-rw-r--r-- | src/Makefile.am | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/Makefile.am b/src/Makefile.am index 17dd041..9bf43cd 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -92,8 +92,8 @@ indicator_session_service_SOURCES = \ gconf-helper.c \ users-service-dbus.h \ users-service-dbus.c \ - users_menu_mgr.h \ - users_menu_mgr.c + user-menu-mgr.h \ + user-menu-mgr.c indicator_session_service_CFLAGS = \ $(SESSIONSERVICE_CFLAGS) \ $(GCONF_CFLAGS) \ |