diff options
Diffstat (limited to 'shell/Makefile.am')
-rw-r--r-- | shell/Makefile.am | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/shell/Makefile.am b/shell/Makefile.am index 034403cc52..dbcc08cac6 100644 --- a/shell/Makefile.am +++ b/shell/Makefile.am @@ -44,6 +44,8 @@ noinst_LIBRARIES = \ libeshell_a_SOURCES = \ $(IDL_GENERATED) \ + evolution-shell-client.c \ + evolution-shell-client.h \ evolution-shell-component.c \ evolution-shell-component.h \ evolution-storage.c \ @@ -95,6 +97,8 @@ evolution_SOURCES = \ e-storage-set.h \ e-storage.c \ e-storage.h \ + evolution-shell-client.c \ + evolution-shell-client.h \ evolution-shell-component-client.c \ evolution-shell-component-client.h \ main.c |