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 48259ab18..ed9349ce8 100644 --- a/embed/Makefile.am +++ b/embed/Makefile.am @@ -26,6 +26,7 @@ INST_H_FILES = \ ephy-command-manager.h \ ephy-cookie-manager.h \ ephy-embed.h \ + ephy-embed-container.h \ ephy-embed-event.h \ ephy-embed-factory.h \ ephy-embed-persist.h \ @@ -50,6 +51,7 @@ libephyembed_la_SOURCES = \ ephy-cookie-manager.c \ ephy-download.c \ ephy-embed.c \ + ephy-embed-container.c \ ephy-embed-dialog.c \ ephy-embed-event.c \ ephy-embed-find.c \ |