diff options
author | JP Rosevear <jpr@helixcode.com> | 2000-08-04 22:58:43 +0800 |
---|---|---|
committer | JP Rosevear <jpr@src.gnome.org> | 2000-08-04 22:58:43 +0800 |
commit | 09e1677c54c2620fe31cefcf18e869beaccba8f3 (patch) | |
tree | efaf5fa560e8f3f3f4387cbe6311508862c427e3 /shell/Makefile.am | |
parent | 660a75cc995f416ecc018b6ee278582651240631 (diff) | |
download | gsoc2013-evolution-09e1677c54c2620fe31cefcf18e869beaccba8f3.tar gsoc2013-evolution-09e1677c54c2620fe31cefcf18e869beaccba8f3.tar.gz gsoc2013-evolution-09e1677c54c2620fe31cefcf18e869beaccba8f3.tar.bz2 gsoc2013-evolution-09e1677c54c2620fe31cefcf18e869beaccba8f3.tar.lz gsoc2013-evolution-09e1677c54c2620fe31cefcf18e869beaccba8f3.tar.xz gsoc2013-evolution-09e1677c54c2620fe31cefcf18e869beaccba8f3.tar.zst gsoc2013-evolution-09e1677c54c2620fe31cefcf18e869beaccba8f3.zip |
Actually commit this - I though it went in already.
2000-08-03 JP Rosevear <jpr@helixcode.com>
* configure.in: Remove gconf check
2000-08-03 JP Rosevear <jpr@helixcode.com>
* mail-config.glade: Increase window size slightly, rename
"Transport" to "Mail Transport"
* mail-config.c (init_config): Remove gconf references
(clear_config): ditto
(read_config): ditto
(write_config): ditto
(mail_config): Null provider lists before filling them
(mail_config_druid): ditto
(identity_page_new): Increase spacing of vbox
(service_page_new): ditto
* Makefile.am: Remove gconf references.
2000-08-03 JP Rosevear <jpr@helixcode.com>
* e-shell.h: Remove gconf references
* e-shell-view.h: Remove gconf references
* main.c (idle_cb): Remove gconf references
* Makefile.am: Remove gconf cflags and libs
* e-shell-view.c (e_shell_view_load_settings): Change to use
gnome-config
(e_shell_view_save_settings): ditto
* e-shell.c (e_shell_restore_from_settings): Change to
use gnome_config
(save_settings_for_views): ditto
svn path=/trunk/; revision=4530
Diffstat (limited to 'shell/Makefile.am')
-rw-r--r-- | shell/Makefile.am | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/shell/Makefile.am b/shell/Makefile.am index 6d124f9631..3d1ae7e096 100644 --- a/shell/Makefile.am +++ b/shell/Makefile.am @@ -5,7 +5,6 @@ INCLUDES = \ -I$(top_srcdir)/widgets/misc \ -I$(top_srcdir) \ $(BONOBO_GNOME_CFLAGS) \ - $(GCONF_CFLAGS) \ -DEVOLUTION_IMAGES=\""$(datadir)/images/evolution"\" \ -DEVOLUTION_VERSION=\""$(VERSION)"\" \ -DEVOLUTION_LOCALEDIR=\""$(datadir)/locale"\" \ @@ -111,8 +110,7 @@ evolution_LDADD = \ $(top_builddir)/widgets/e-text/libetext.a \ $(top_builddir)/widgets/misc/libemiscwidgets.a \ $(top_builddir)/e-util/libeutil.la \ - $(BONOBO_GNOME_LIBS) \ - $(GCONF_LIBS) + $(BONOBO_GNOME_LIBS) # Purify support @@ -127,3 +125,5 @@ evolution.pure: evolution $(PLINK) $(evolution_LDFLAGS) $(evolution_OBJECTS) $(evolution_LDADD) $(LIBS) endif + + |