diff options
Diffstat (limited to 'shell/Makefile.am')
-rw-r--r-- | shell/Makefile.am | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/shell/Makefile.am b/shell/Makefile.am index 3d1ae7e096..e94b6fc4e1 100644 --- a/shell/Makefile.am +++ b/shell/Makefile.am @@ -23,6 +23,7 @@ IDLS = \ Evolution-Session.idl \ Evolution-Shell.idl \ Evolution-ShellComponent.idl \ + Evolution-ShellView.idl \ Evolution-Storage.idl IDL_GENERATED = \ @@ -52,6 +53,8 @@ libeshell_a_SOURCES = \ evolution-shell-component.h \ evolution-shell-component-client.c \ evolution-shell-component-client.h \ + evolution-shell-view.c \ + evolution-shell-view.h \ evolution-storage.c \ evolution-storage.h |