diff options
Diffstat (limited to 'src/Makefile.am')
-rw-r--r-- | src/Makefile.am | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/Makefile.am b/src/Makefile.am index f1cc2ad3a..7703b6b4c 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -50,6 +50,7 @@ header_DATA = $(INST_H_FILES) NOINST_H_FILES = \ ephy-automation.h \ + ephy-encoding-dialog.h \ ephy-encoding-menu.h \ ephy-favicon-action.h \ ephy-favorites-menu.h \ @@ -83,6 +84,7 @@ epiphany_bin_SOURCES = \ ephy-automation.c \ ephy-completion-model.c \ ephy-completion-model.h \ + ephy-encoding-dialog.c \ ephy-encoding-menu.c \ ephy-favicon-action.c \ ephy-favorites-menu.c \ |