aboutsummaryrefslogtreecommitdiff
path: root/src/Makefile.am
diff options
context:
space:
mode:
authorTed Gould <ted@gould.cx>2010-03-04 00:13:50 -0600
committerTed Gould <ted@gould.cx>2010-03-04 00:13:50 -0600
commitd63d3929de9f53c33f7de4f1c75d9bcc5846fa70 (patch)
treedb787bcd385a5fb775ad2f1a852c8224ee3a4fba /src/Makefile.am
parentb9713df6cd2898e5f86d8dcf1f39634bc1cc6736 (diff)
downloadayatana-indicator-messages-d63d3929de9f53c33f7de4f1c75d9bcc5846fa70.tar.gz
ayatana-indicator-messages-d63d3929de9f53c33f7de4f1c75d9bcc5846fa70.tar.bz2
ayatana-indicator-messages-d63d3929de9f53c33f7de4f1c75d9bcc5846fa70.zip
Adding a small little function to find default applications.
Diffstat (limited to 'src/Makefile.am')
-rw-r--r--src/Makefile.am2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/Makefile.am b/src/Makefile.am
index 01741d0..c96ef2d 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -20,6 +20,8 @@ libmessaging_la_LDFLAGS = -module -avoid-version
######################################
indicator_messages_service_SOURCES = \
+ default-applications.h \
+ default-applications.c \
messages-service.c \
messages-service-server.h \
messages-service-dbus.c \