diff options
author | Conor Curran <conor.curran@canonical.com> | 2011-07-19 11:15:38 +0100 |
---|---|---|
committer | Conor Curran <conor.curran@canonical.com> | 2011-07-19 11:15:38 +0100 |
commit | 59c85f004455ff9c5e0af5fc3cc605ac4c6bc775 (patch) | |
tree | ab932cabe3f3a0b4023f2e1dad01aa1f54634a02 /src/Makefile.am | |
parent | 8f5facfda34c8c1bf77e9871eaf78ab435a9a076 (diff) | |
parent | 5762761151a8a8168c7bf0281d83682a260cbcce (diff) | |
download | ayatana-indicator-session-59c85f004455ff9c5e0af5fc3cc605ac4c6bc775.tar.gz ayatana-indicator-session-59c85f004455ff9c5e0af5fc3cc605ac4c6bc775.tar.bz2 ayatana-indicator-session-59c85f004455ff9c5e0af5fc3cc605ac4c6bc775.zip |
merged in the device menu split out
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) \ |