diff options
author | Jonny Lamb <jonnylamb@gnome.org> | 2009-10-20 20:07:52 +0800 |
---|---|---|
committer | Jonny Lamb <jonnylamb@gnome.org> | 2009-10-20 20:08:55 +0800 |
commit | da500948288ec5e9e675502151e5305bdf063592 (patch) | |
tree | 497aec6f8fa6294218a95b3f4461a5e756ae61e1 /Makefile.am | |
parent | 90469882929d06151352d3d8e8b0e6a1f5229905 (diff) | |
download | gsoc2013-empathy-da500948288ec5e9e675502151e5305bdf063592.tar gsoc2013-empathy-da500948288ec5e9e675502151e5305bdf063592.tar.gz gsoc2013-empathy-da500948288ec5e9e675502151e5305bdf063592.tar.bz2 gsoc2013-empathy-da500948288ec5e9e675502151e5305bdf063592.tar.lz gsoc2013-empathy-da500948288ec5e9e675502151e5305bdf063592.tar.xz gsoc2013-empathy-da500948288ec5e9e675502151e5305bdf063592.tar.zst gsoc2013-empathy-da500948288ec5e9e675502151e5305bdf063592.zip |
Remove the panel applets. (Closes bug #599042)
Signed-off-by: Jonny Lamb <jonnylamb@gnome.org>
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/Makefile.am b/Makefile.am index 2ffb7d626..814838000 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,17 +1,9 @@ SUBDIRS = tools extensions po data libempathy libempathy-gtk src docs help -if HAVE_MEGAPHONE -SUBDIRS += megaphone -endif - if HAVE_NST SUBDIRS += nautilus-sendto-plugin endif -if HAVE_NOTHERE -SUBDIRS += nothere -endif - if HAVE_PYTHON SUBDIRS += python endif |