diff options
Diffstat (limited to 'shell/Makefile.am')
-rw-r--r-- | shell/Makefile.am | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/shell/Makefile.am b/shell/Makefile.am index 2ad1275a6f..fcc4cec537 100644 --- a/shell/Makefile.am +++ b/shell/Makefile.am @@ -84,7 +84,10 @@ eshellinclude_HEADERS = \ e-user-creatable-items-handler.h \ evolution-config-control.h \ evolution-component.h \ - evolution-shell-component-utils.h + evolution-shell-component-utils.h \ + es-event.h \ + es-menu.h + libeshell_la_SOURCES = \ $(IDL_GENERATED) \ @@ -133,9 +136,7 @@ evolution_SOURCES = \ e-sidebar.c \ e-sidebar.h \ es-event.c \ - es-event.h \ es-menu.c \ - es-menu.h \ main.c evolution_LDADD = \ |