From 8fed71251f97eae4653fe0c0b0ff3dcdef5f5b1f Mon Sep 17 00:00:00 2001 From: JP Rosevear Date: Tue, 8 Aug 2000 07:08:48 +0000 Subject: Fix build by allowing includes for e-table dir 2000-08-08 JP Rosevear * Makefile.am: Fix build by allowing includes for e-table dir 2000-08-08 JP Rosevear * mail-ops.c (check_configured): Use config accessors (fetch_mail): ditto (composer_send_cb): ditto (create_msg_composer): ditto * mail-config-gui.h: Update API * mail-config.h: Update API * mail-config.c: Add accessor functions (mail_config_is_configured): accessor function (mail_config_get_default_identity): ditto (mail_config_get_default_source): ditto (mail_config_get_transport): ditto (mail_config_send_html): ditto (identity_copy): Make public (identity_destroy): ditto (identity_destroy_each): ditto (service_copy): ditto (service_destroy): ditto (service_destroy_each): ditto (mail_config_init): Rename from init_config and make public (mail_config_clear): Rename from clear_config and make public (mail_config_read): Rename from read_config and make public (mail_config_write): Reanme from write_config and make public * main.c (main): Call mail_config_init. * mail.h: Include mail-config-gui.h * mail-config-gui.c: Move config gui stuff here. (source_dialog): Kill memory leak from debug leftovers. Make sure returned source is NULL by default svn path=/trunk/; revision=4592 --- composer/Makefile.am | 2 ++ 1 file changed, 2 insertions(+) (limited to 'composer/Makefile.am') diff --git a/composer/Makefile.am b/composer/Makefile.am index 44c19403ca..92de21b0ae 100644 --- a/composer/Makefile.am +++ b/composer/Makefile.am @@ -33,6 +33,8 @@ libcomposer_la_LDFLAGS = -static INCLUDES = \ -I$(top_srcdir) \ -I$(top_builddir) \ + -I$(top_srcdir)/widgets \ + -I$(top_builddir)/widgets \ -I$(top_srcdir)/camel \ -I$(top_builddir)/camel \ -I$(top_builddir)/addressbook/gui/component/select-names \ -- cgit v1.2.3