diff options
Diffstat (limited to 'shell/Makefile.am')
-rw-r--r-- | shell/Makefile.am | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/shell/Makefile.am b/shell/Makefile.am index 8fd5896fe3..92262d6477 100644 --- a/shell/Makefile.am +++ b/shell/Makefile.am @@ -59,9 +59,9 @@ privsolib_LTLIBRARIES = \ eshellincludedir = $(privincludedir)/shell eshellinclude_HEADERS = \ + e-shell-backend.h \ e-shell-common.h \ e-shell-content.h \ - e-shell-module.h \ e-shell-settings.h \ e-shell-sidebar.h \ e-shell-switcher.h \ @@ -73,8 +73,8 @@ eshellinclude_HEADERS = \ libeshell_la_SOURCES = \ $(IDL_GENERATED) \ + e-shell-backend.c \ e-shell-content.c \ - e-shell-module.c \ e-shell-settings.c \ e-shell-sidebar.c \ e-shell-switcher.c \ |