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 de5375508..b97b81d54 100644 --- a/embed/Makefile.am +++ b/embed/Makefile.am @@ -17,6 +17,7 @@ NOINST_H_FILES = \ print-dialog.h INST_H_FILES = \ + ephy-adblock-manager.h \ ephy-command-manager.h \ ephy-cookie-manager.h \ ephy-embed.h \ @@ -31,6 +32,7 @@ INST_H_FILES = \ ephy-permission-manager.h libephyembed_la_SOURCES = \ + ephy-adblock-manager.c \ downloader-view.c \ ephy-command-manager.c \ ephy-cookie-manager.c \ |