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 b30e3787f6..ea885f7233 100644 --- a/shell/Makefile.am +++ b/shell/Makefile.am @@ -58,6 +58,7 @@ eshellincludedir = $(includedir)/evolution/shell eshellinclude_HEADERS = \ Evolution.h \ + e-folder-list.h \ e-folder-tree.h \ evolution-activity-client.h \ evolution-folder-selector-button.h \ @@ -75,6 +76,7 @@ eshellinclude_HEADERS = \ libeshell_la_SOURCES = \ $(IDL_GENERATED) \ + e-folder-list.c \ e-folder-tree.c \ e-shell-corba-icon-utils.c \ e-shell-corba-icon-utils.h \ |