diff options
author | JP Rosevear <jpr@ximian.com> | 2003-12-30 23:09:35 +0800 |
---|---|---|
committer | JP Rosevear <jpr@src.gnome.org> | 2003-12-30 23:09:35 +0800 |
commit | 391ca0f24d68d822c9f0cc09bcf2e7c68a1fa504 (patch) | |
tree | 209a2f99fff96ddb56569a095c67c5d4126b3625 /shell/Makefile.am | |
parent | 57679efdf629f8c3cd7ce2c255ee3c9839fa8618 (diff) | |
download | gsoc2013-evolution-391ca0f24d68d822c9f0cc09bcf2e7c68a1fa504.tar.gz gsoc2013-evolution-391ca0f24d68d822c9f0cc09bcf2e7c68a1fa504.tar.zst gsoc2013-evolution-391ca0f24d68d822c9f0cc09bcf2e7c68a1fa504.zip |
these just handle creating the ~/evolution dir and so are no longer needed
2003-12-30 JP Rosevear <jpr@ximian.com>
* e-setup.[hc]: these just handle creating the ~/evolution dir and
so are no longer needed
* main.c (main): don't setup the old ~/evolution dir
* Makefile.am: don't build dead files
* e-shell.c (e_shell_go_online): get the id from the component
info
svn path=/trunk/; revision=24024
Diffstat (limited to 'shell/Makefile.am')
-rw-r--r-- | shell/Makefile.am | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/shell/Makefile.am b/shell/Makefile.am index c81ba64c1f..eb2244edcf 100644 --- a/shell/Makefile.am +++ b/shell/Makefile.am @@ -139,8 +139,6 @@ evolution_SOURCES = \ e-corba-config-page.h \ e-history.c \ e-history.h \ - e-setup.c \ - e-setup.h \ e-shell-about-box.c \ e-shell-about-box.h \ e-shell-constants.h \ |