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 26ef039ea..d92b27c00 100644 --- a/embed/Makefile.am +++ b/embed/Makefile.am @@ -16,6 +16,7 @@ NOINST_H_FILES = \ ephy-favicon-cache.h INST_H_FILES = \ + ephy-adblock.h \ ephy-adblock-manager.h \ ephy-command-manager.h \ ephy-cookie-manager.h \ @@ -35,6 +36,7 @@ BUILT_SOURCES = \ ephy-embed-type-builtins.h libephyembed_la_SOURCES = \ + ephy-adblock.c \ ephy-adblock-manager.c \ downloader-view.c \ ephy-command-manager.c \ |