aboutsummaryrefslogtreecommitdiff
path: root/src/Makefile.am
diff options
context:
space:
mode:
authorTed Gould <ted@gould.cx>2013-08-20 11:31:19 -0500
committerTed Gould <ted@gould.cx>2013-08-20 11:31:19 -0500
commit7dda565d32554b5414f813b88df343b3b0256878 (patch)
treebe4f36b6d6f0d3bff77e4b44f0a0be6cb593e313 /src/Makefile.am
parent5ed5380d4624446c47e5f77d7bc114cb42fd2b95 (diff)
downloadayatana-indicator-messages-7dda565d32554b5414f813b88df343b3b0256878.tar.gz
ayatana-indicator-messages-7dda565d32554b5414f813b88df343b3b0256878.tar.bz2
ayatana-indicator-messages-7dda565d32554b5414f813b88df343b3b0256878.zip
Stealing the desktop shortcuts from libindicator
Diffstat (limited to 'src/Makefile.am')
-rw-r--r--src/Makefile.am4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/Makefile.am b/src/Makefile.am
index e03406a..9b1cc9a 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -21,7 +21,9 @@ indicator_messages_service_SOURCES = \
im-desktop-menu.c \
im-desktop-menu.h \
im-application-list.c \
- im-application-list.h
+ im-application-list.h \
+ indicator-desktop-shortcuts.c \
+ indicator-desktop-shortcuts.h
indicator_messages_service_CFLAGS = \
$(APPLET_CFLAGS) \