diff options
author | Sjoerd Simons <sjoerd.simons@collabora.co.uk> | 2009-07-15 22:24:16 +0800 |
---|---|---|
committer | Sjoerd Simons <sjoerd.simons@collabora.co.uk> | 2009-07-16 19:41:48 +0800 |
commit | ec439e852438565122a2d5a5dc322db8567d6c7d (patch) | |
tree | 045e855d32b169cbdd645e855a3f4a00108f9ced /data/Makefile.am | |
parent | 5dc89d6d5a3f5e47ea7b65fdfdbd84ff178625c5 (diff) | |
download | gsoc2013-empathy-ec439e852438565122a2d5a5dc322db8567d6c7d.tar gsoc2013-empathy-ec439e852438565122a2d5a5dc322db8567d6c7d.tar.gz gsoc2013-empathy-ec439e852438565122a2d5a5dc322db8567d6c7d.tar.bz2 gsoc2013-empathy-ec439e852438565122a2d5a5dc322db8567d6c7d.tar.lz gsoc2013-empathy-ec439e852438565122a2d5a5dc322db8567d6c7d.tar.xz gsoc2013-empathy-ec439e852438565122a2d5a5dc322db8567d6c7d.tar.zst gsoc2013-empathy-ec439e852438565122a2d5a5dc322db8567d6c7d.zip |
Remove profiles, they're not used anymore
Diffstat (limited to 'data/Makefile.am')
-rw-r--r-- | data/Makefile.am | 21 |
1 files changed, 0 insertions, 21 deletions
diff --git a/data/Makefile.am b/data/Makefile.am index 52108fbe7..2182ed0f5 100644 --- a/data/Makefile.am +++ b/data/Makefile.am @@ -1,25 +1,5 @@ SUBDIRS = icons -profiledir = $(datadir)/mission-control/profiles -profile_DATA = \ - aim.profile \ - icq.profile \ - jabber.profile \ - salut.profile \ - yahoo.profile \ - gtalk.profile \ - irc.profile \ - msn.profile \ - msn-haze.profile \ - sofiasip.profile \ - ekiga.profile \ - fwd.profile \ - sipphone.profile \ - groupwise.profile \ - gadugadu.profile \ - qq.profile \ - sametime.profile - desktopdir = $(datadir)/applications desktop_in_files = empathy.desktop.in desktop_DATA = $(desktop_in_files:.desktop.in=.desktop) @@ -45,7 +25,6 @@ htmldir = $(datadir)/empathy html_DATA = Template.html EXTRA_DIST = \ - $(profile_DATA) \ $(desktop_in_files) \ $(desktop_DATA) \ $(schemas_in_files) \ |