diff options
-rw-r--r-- | shell/ChangeLog | 4 | ||||
-rw-r--r-- | shell/Makefile.am | 1 |
2 files changed, 5 insertions, 0 deletions
diff --git a/shell/ChangeLog b/shell/ChangeLog index 013c96b4a6..b632aa6735 100644 --- a/shell/ChangeLog +++ b/shell/ChangeLog @@ -1,5 +1,9 @@ 2003-10-28 Rodney Dawes <dobey@ximian.com> + * Makefile.am: Add e-shell-view.h to evolution_SOURCES + +2003-10-28 Rodney Dawes <dobey@ximian.com> + * Makefile.am: Fix automake warning, and add e-shell-user-creatable-items-handler.h to evolution_SOURCES diff --git a/shell/Makefile.am b/shell/Makefile.am index 5fea7800ca..57fdbfcc99 100644 --- a/shell/Makefile.am +++ b/shell/Makefile.am @@ -209,6 +209,7 @@ evolution_SOURCES = \ e-shell-startup-wizard.c \ e-shell-startup-wizard.h \ e-shell-user-creatable-items-handler.h \ + e-shell-view.h \ e-shell-window-commands.c \ e-shell-window-commands.h \ e-shell-window.c \ |