diff options
Diffstat (limited to 'embed/Makefile.am')
-rw-r--r-- | embed/Makefile.am | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/embed/Makefile.am b/embed/Makefile.am index 35d86aea8..36fc9f247 100644 --- a/embed/Makefile.am +++ b/embed/Makefile.am @@ -29,6 +29,7 @@ NOINST_H_FILES = \ print-dialog.h INST_H_FILES = \ + ephy-command-manager.h \ ephy-embed.h \ ephy-embed-event.h \ ephy-embed-persist.h \ @@ -41,6 +42,7 @@ INST_H_FILES = \ libephyembed_la_SOURCES = \ downloader-view.c \ + ephy-command-manager.c \ ephy-download.c \ ephy-embed.c \ ephy-embed-dialog.c \ |