diff options
author | Rodney Dawes <dobey@ximian.com> | 2003-10-29 00:38:03 +0800 |
---|---|---|
committer | Rodney Dawes <dobey@src.gnome.org> | 2003-10-29 00:38:03 +0800 |
commit | c13d31f33295f0cba1f6d1580e132cc93abaef8b (patch) | |
tree | ff5253842104bac61926cc5aed3e71b6be5cdd87 | |
parent | f635d88c6332c12e318eaf0fe6616fc077e54f95 (diff) | |
download | gsoc2013-evolution-c13d31f33295f0cba1f6d1580e132cc93abaef8b.tar.gz gsoc2013-evolution-c13d31f33295f0cba1f6d1580e132cc93abaef8b.tar.zst gsoc2013-evolution-c13d31f33295f0cba1f6d1580e132cc93abaef8b.zip |
Add e-shell-view.h to evolution_SOURCES
2003-10-28 Rodney Dawes <dobey@ximian.com>
* Makefile.am: Add e-shell-view.h to evolution_SOURCES
svn path=/trunk/; revision=23105
-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 \ |