diff options
author | Jonny Lamb <jonny.lamb@collabora.co.uk> | 2008-08-02 00:03:39 +0800 |
---|---|---|
committer | Xavier Claessens <xclaesse@src.gnome.org> | 2008-08-02 00:03:39 +0800 |
commit | c5714fec91ef6666772ad3090c729a4dc9ab1504 (patch) | |
tree | 9c50f7f2d961b8ce174bb1ab8df5b771d59f0c21 /data/Makefile.am | |
parent | 87000e7fc6b04af2a3f0fba45aed446726129cbb (diff) | |
download | gsoc2013-empathy-c5714fec91ef6666772ad3090c729a4dc9ab1504.tar gsoc2013-empathy-c5714fec91ef6666772ad3090c729a4dc9ab1504.tar.gz gsoc2013-empathy-c5714fec91ef6666772ad3090c729a4dc9ab1504.tar.bz2 gsoc2013-empathy-c5714fec91ef6666772ad3090c729a4dc9ab1504.tar.lz gsoc2013-empathy-c5714fec91ef6666772ad3090c729a4dc9ab1504.tar.xz gsoc2013-empathy-c5714fec91ef6666772ad3090c729a4dc9ab1504.tar.zst gsoc2013-empathy-c5714fec91ef6666772ad3090c729a4dc9ab1504.zip |
Added empathy-properties desktop file to configure MC accounts from the GNOME panel -> System -> Preferences. (Jonny Lamb)
Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk>
svn path=/trunk/; revision=1281
Diffstat (limited to 'data/Makefile.am')
-rw-r--r-- | data/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/data/Makefile.am b/data/Makefile.am index bc225fc34..eef680131 100644 --- a/data/Makefile.am +++ b/data/Makefile.am @@ -18,7 +18,7 @@ profile_DATA = \ groupwise.profile desktopdir = $(datadir)/applications -desktop_in_files = empathy.desktop.in +desktop_in_files = empathy.desktop.in empathy-properties.desktop.in desktop_DATA = $(desktop_in_files:.desktop.in=.desktop) @INTLTOOL_DESKTOP_RULE@ |