[anjal] Cleanup for cleaner make dist.



commit b598d5f54dd6be501bc0804698fe7903067e856f
Author: Srinivasa Ragavan <sragavan gnome org>
Date:   Mon Jan 25 18:55:57 2010 +0530

    Cleanup for cleaner make dist.

 src/Makefile.am          |    3 ++-
 src/em-format-mail.c     |    1 -
 src/mail-account-view.c  |    1 -
 src/mail-settings-view.c |    1 -
 src/mail-shell.c         |    2 --
 src/mail-shell.h         |    1 -
 src/mail-view.c          |    5 ++---
 src/module/Makefile.am   |    8 +++++++-
 8 files changed, 11 insertions(+), 11 deletions(-)
---
diff --git a/src/Makefile.am b/src/Makefile.am
index 335fa76..5e88e04 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -152,7 +152,8 @@ anjal_LDADD = $(ANJAL_LIBS) \
 
 
 EXTRA_DIST = $(glade_DATA) \
-	     $(schema_in_files)
+	     $(schema_in_files) \
+	     $(default_in_files)
 
 
 # GConf
diff --git a/src/em-format-mail.c b/src/em-format-mail.c
index 2215638..d23279d 100644
--- a/src/em-format-mail.c
+++ b/src/em-format-mail.c
@@ -70,7 +70,6 @@
 
 #include <libedataserver/e-msgport.h>
 
-#include "mail-component.h"
 #include "mail/mail-config.h"
 #include "mail/mail-mt.h"
 
diff --git a/src/mail-account-view.c b/src/mail-account-view.c
index 9276a5c..8b8486f 100644
--- a/src/mail-account-view.c
+++ b/src/mail-account-view.c
@@ -27,7 +27,6 @@
 #include <glib/gi18n.h>
 #include "mail-account-view.h"
 #include <libedataserver/e-account-list.h>
-#include "mail-component.h"
 #include "mail-view.h"
 #include "e-util/e-config.h"
 #include "mail/mail-config.h"
diff --git a/src/mail-settings-view.c b/src/mail-settings-view.c
index ec80f2c..53fb729 100644
--- a/src/mail-settings-view.c
+++ b/src/mail-settings-view.c
@@ -26,7 +26,6 @@
 
 #include <glib/gi18n.h>
 #include "mail-settings-view.h"
-#include "mail-component.h"
 #include <libedataserver/e-account-list.h>
 #include "mail-view.h"
 #include "mail/mail-config.h"
diff --git a/src/mail-shell.c b/src/mail-shell.c
index 5d743e1..9f4192f 100644
--- a/src/mail-shell.c
+++ b/src/mail-shell.c
@@ -30,8 +30,6 @@
 #include <gconf/gconf-client.h>
 #include "mail-shell.h"
 #include "mail-view.h"
-#include "mail-search.h"
-#include "mail-component.h"
 #include <gdk/gdkkeysyms.h>
 #include <misc/e-spinner.h>
 #include "mail-decoration.h"
diff --git a/src/mail-shell.h b/src/mail-shell.h
index d04cfdb..d0b99ae 100644
--- a/src/mail-shell.h
+++ b/src/mail-shell.h
@@ -24,7 +24,6 @@
 #define _MAIL_SHELL_H_
 
 #include <shell/e-shell-window.h>
-#include "mail-component.h"
 #include "mail-view.h"
 
 #define MAIL_SHELL_TYPE        (mail_shell_get_type ())
diff --git a/src/mail-view.c b/src/mail-view.c
index 8dacad7..df7c0d3 100644
--- a/src/mail-view.c
+++ b/src/mail-view.c
@@ -41,7 +41,6 @@
 #endif
 #include "anjal-mail-view.h"
 #include "mail-account-view.h"
-#include "mail-search.h"
 #include "mail/em-folder-tree.h"
 #include <shell/e-shell-searchbar.h>
 
@@ -51,7 +50,7 @@ struct  _MailViewPrivate {
 	GList *children;
 	MailViewChild *current_view;
 	GtkWidget *new;
-	MailSearch *search;
+	GtkWidget *search;
 	GtkWidget *search_entry;
 };
 
@@ -905,7 +904,7 @@ mail_view_set_search_entry (MailView *mv, GtkWidget *entry)
 void
 mail_view_init_search (MailView *mv, GtkWidget *search)
 {
-	mv->priv->search = (MailSearch *)search;
+	mv->priv->search = search;
 }
 
 void
diff --git a/src/module/Makefile.am b/src/module/Makefile.am
index 3105ef7..5af17b6 100644
--- a/src/module/Makefile.am
+++ b/src/module/Makefile.am
@@ -18,11 +18,17 @@ libeshell_module_anjal_la_SOURCES =					\
 	anjal-shell-view-private.c					\
 	anjal-shell-view-private.h					\
 	e-mail-config-hook.c						\
+	e-mail-config-hook.h						\	
 	e-mail-event-hook.c						\
+	e-mail-event-hook.h						\		
 	e-mail-junk-hook.c						\
+	e-mail-junk-hook.h						\		
 	evolution-module-anjal.c					\
 	e-mail-attachment-handler.c					\
-	e-mail-shell-settings.c					
+	e-mail-attachment-handler.h					\	
+	e-mail-shell-settings.c						\
+	e-mail-shell-settings.h					
+		
 
 libeshell_module_anjal_la_LIBADD =					\
 	$(ANJAL_LIBS)							\



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]