diff options
author | Lars Uebernickel <lars.uebernickel@canonical.com> | 2012-11-21 14:50:49 +0000 |
---|---|---|
committer | Tarmac <Unknown> | 2012-11-21 14:50:49 +0000 |
commit | 4a6fa0a418b899667988d25b7f8922a031f72f38 (patch) | |
tree | 23afb2bc49433bd8d9e238079fec9a95272ace1c /src/Makefile.am | |
parent | 12fa6e3a84895570e2413a984e3e40320dcf9281 (diff) | |
parent | e8eda4af8432d36d82b1124a4bad0f5eee876188 (diff) | |
download | ayatana-indicator-messages-4a6fa0a418b899667988d25b7f8922a031f72f38.tar.gz ayatana-indicator-messages-4a6fa0a418b899667988d25b7f8922a031f72f38.tar.bz2 ayatana-indicator-messages-4a6fa0a418b899667988d25b7f8922a031f72f38.zip |
Move menu and application handling out of messages-service.c
As a side effect, changes from applications (message/source adds and removals) are propagated to the menu properly.
Approved by Renato Araujo Oliveira Filho, PS Jenkins bot, Olivier Tilloy.
Diffstat (limited to 'src/Makefile.am')
-rw-r--r-- | src/Makefile.am | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/src/Makefile.am b/src/Makefile.am index a7bfe66..5d8bad8 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -52,7 +52,11 @@ indicator_messages_service_SOURCES = \ gsettingsstrv.c \ gsettingsstrv.h \ gmenuutils.c \ - gmenuutils.h + gmenuutils.h \ + im-phone-menu.c \ + im-phone-menu.h \ + im-application-list.c \ + im-application-list.h indicator_messages_service_CFLAGS = \ $(APPLET_CFLAGS) \ |