aboutsummaryrefslogtreecommitdiff
path: root/src/Makefile.am
diff options
context:
space:
mode:
authorLars Uebernickel <lars.uebernickel@canonical.com>2012-11-21 14:50:49 +0000
committerTarmac <Unknown>2012-11-21 14:50:49 +0000
commit4a6fa0a418b899667988d25b7f8922a031f72f38 (patch)
tree23afb2bc49433bd8d9e238079fec9a95272ace1c /src/Makefile.am
parent12fa6e3a84895570e2413a984e3e40320dcf9281 (diff)
parente8eda4af8432d36d82b1124a4bad0f5eee876188 (diff)
downloadayatana-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.am6
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) \