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 /shell/Makefile.am | |
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
Diffstat (limited to 'shell/Makefile.am')
-rw-r--r-- | shell/Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
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 \ |