aboutsummaryrefslogtreecommitdiff
path: root/src/Makefile.am
diff options
context:
space:
mode:
authorCharles Kerr <charles.kerr@canonical.com>2012-06-15 08:20:45 -0500
committerCharles Kerr <charles.kerr@canonical.com>2012-06-15 08:20:45 -0500
commit8cb934f213894b998bc3c471f5636fa9f0ae1dd4 (patch)
treec26d765b9cbe4d998fb89c4c4fb0896036ee60e0 /src/Makefile.am
parent0e41b34b88a06bf0ff9e02df6052b5dff846d22b (diff)
downloadayatana-indicator-session-8cb934f213894b998bc3c471f5636fa9f0ae1dd4.tar.gz
ayatana-indicator-session-8cb934f213894b998bc3c471f5636fa9f0ae1dd4.tar.bz2
ayatana-indicator-session-8cb934f213894b998bc3c471f5636fa9f0ae1dd4.zip
a step in merging the two menus: merge the DeviceMenuMgr and UserMenuMgr classes into a single SessionMenuMgr class
Diffstat (limited to 'src/Makefile.am')
-rw-r--r--src/Makefile.am6
1 files changed, 2 insertions, 4 deletions
diff --git a/src/Makefile.am b/src/Makefile.am
index 209b72d..9391d86 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -135,10 +135,8 @@ indicator_session_service_SOURCES = \
settings-helper.c \
users-service-dbus.h \
users-service-dbus.c \
- user-menu-mgr.h \
- user-menu-mgr.c \
- device-menu-mgr.h \
- device-menu-mgr.c
+ session-menu-mgr.h \
+ session-menu-mgr.c
indicator_session_service_CFLAGS = \
$(SESSIONSERVICE_CFLAGS) \