From f635d88c6332c12e318eaf0fe6616fc077e54f95 Mon Sep 17 00:00:00 2001 From: Rodney Dawes Date: Tue, 28 Oct 2003 15:33:53 +0000 Subject: [PATCH] Fix automake warning, and add e-shell-user-creatable-items-handler.h to 2003-10-28 Rodney Dawes * Makefile.am: Fix automake warning, and add e-shell-user-creatable-items-handler.h to evolution_SOURCES svn path=/trunk/; revision=23104 --- shell/ChangeLog | 5 +++++ shell/Makefile.am | 5 +---- 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/shell/ChangeLog b/shell/ChangeLog index 58d6b7831a..013c96b4a6 100644 --- a/shell/ChangeLog +++ b/shell/ChangeLog @@ -1,3 +1,8 @@ +2003-10-28 Rodney Dawes + + * Makefile.am: Fix automake warning, and add + e-shell-user-creatable-items-handler.h to evolution_SOURCES + 2003-10-23 Chris Toshok * e-component-registry.c (query_components): handle the case where diff --git a/shell/Makefile.am b/shell/Makefile.am index 740a74897b..5fea7800ca 100644 --- a/shell/Makefile.am +++ b/shell/Makefile.am @@ -191,8 +191,6 @@ evolution_SOURCES = \ e-corba-config-page.h \ e-corba-storage-registry.c \ e-corba-storage-registry.h \ - e-corba-storage.c \ - e-corba-storage.h \ e-history.c \ e-history.h \ e-local-folder.c \ @@ -210,8 +208,7 @@ evolution_SOURCES = \ e-shell-settings-dialog.h \ e-shell-startup-wizard.c \ e-shell-startup-wizard.h \ - e-shell-utils.c \ - e-shell-utils.h \ + e-shell-user-creatable-items-handler.h \ e-shell-window-commands.c \ e-shell-window-commands.h \ e-shell-window.c \