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 7b54607d10..79ed87c880 100644 --- a/shell/Makefile.am +++ b/shell/Makefile.am @@ -62,6 +62,7 @@ eshellinclude_HEADERS = \ e-shell-common.h \ e-shell-content.h \ e-shell-module.h \ + e-shell-settings.h \ e-shell-sidebar.h \ e-shell-switcher.h \ e-shell-taskbar.h \ @@ -74,6 +75,7 @@ libeshell_la_SOURCES = \ $(IDL_GENERATED) \ e-shell-content.c \ e-shell-module.c \ + e-shell-settings.c \ e-shell-sidebar.c \ e-shell-switcher.c \ e-shell-taskbar.c \ |