diff options
Diffstat (limited to 'shell/Makefile.am')
-rw-r--r-- | shell/Makefile.am | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/shell/Makefile.am b/shell/Makefile.am index 2b9ba7a20e..2dcbcb2496 100644 --- a/shell/Makefile.am +++ b/shell/Makefile.am @@ -61,6 +61,7 @@ eshellinclude_HEADERS = \ evolution-shell-component-client.h \ evolution-shell-component.h \ evolution-shell-component-dnd.h \ + evolution-shell-component-utils.h \ evolution-shell-view.h \ evolution-storage-listener.h \ evolution-storage-set-view-listener.h \ @@ -75,6 +76,7 @@ libeshell_la_SOURCES = \ evolution-shell-component-client.c \ evolution-shell-component.c \ evolution-shell-component-dnd.c \ + evolution-shell-component-utils.c \ evolution-shell-view.c \ evolution-storage-listener.c \ evolution-storage-set-view-listener.c \ |