diff options
author | Conor Curran <conor.curran@canonical.com> | 2011-07-18 12:19:38 +0100 |
---|---|---|
committer | Conor Curran <conor.curran@canonical.com> | 2011-07-18 12:19:38 +0100 |
commit | 21edabb3c895ebb60e2ef125d94ca58e256bdb03 (patch) | |
tree | 9bec5a1da7809bb043b9766fce417a6a388cb437 /src/Makefile.am | |
parent | 797cf05a2f643dfed7b70db6abf2095f1216aa89 (diff) | |
download | ayatana-indicator-session-21edabb3c895ebb60e2ef125d94ca58e256bdb03.tar.gz ayatana-indicator-session-21edabb3c895ebb60e2ef125d94ca58e256bdb03.tar.bz2 ayatana-indicator-session-21edabb3c895ebb60e2ef125d94ca58e256bdb03.zip |
session menu mgr in progress
Diffstat (limited to 'src/Makefile.am')
-rw-r--r-- | src/Makefile.am | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/Makefile.am b/src/Makefile.am index 9bf43cd..2230910 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -93,7 +93,9 @@ indicator_session_service_SOURCES = \ users-service-dbus.h \ users-service-dbus.c \ user-menu-mgr.h \ - user-menu-mgr.c + user-menu-mgr.c \ + device-menu-mgr.h \ + device-menu-mgr.c indicator_session_service_CFLAGS = \ $(SESSIONSERVICE_CFLAGS) \ $(GCONF_CFLAGS) \ |