aboutsummaryrefslogtreecommitdiffstats
path: root/ubuntu-online-accounts
diff options
context:
space:
mode:
Diffstat (limited to 'ubuntu-online-accounts')
-rw-r--r--ubuntu-online-accounts/Makefile.am3
-rw-r--r--ubuntu-online-accounts/empathy.application12
2 files changed, 15 insertions, 0 deletions
diff --git a/ubuntu-online-accounts/Makefile.am b/ubuntu-online-accounts/Makefile.am
index a3ab1b8f8..ede2fa55c 100644
--- a/ubuntu-online-accounts/Makefile.am
+++ b/ubuntu-online-accounts/Makefile.am
@@ -1,2 +1,5 @@
SUBDIRS = mc-plugin
+appdir = $(ACCOUNTS_APPLICATION_FILES_DIR)
+
+app_DATA = empathy.application
diff --git a/ubuntu-online-accounts/empathy.application b/ubuntu-online-accounts/empathy.application
new file mode 100644
index 000000000..f35da9268
--- /dev/null
+++ b/ubuntu-online-accounts/empathy.application
@@ -0,0 +1,12 @@
+<?xml version="1.0" encoding="UTF-8" ?>
+<application id="empathy">
+ <description>Empathy</description>
+ <desktop-entry>empathy.desktop</desktop-entry>
+
+ <service-types>
+ <service-type id="IM">
+ <description>Integrate your IM accounts</description>
+ </service-type>
+ </service-types>
+
+</application>