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 30beac028..c0e21e0a7 100644 --- a/embed/Makefile.am +++ b/embed/Makefile.am @@ -11,6 +11,7 @@ NOINST_H_FILES = \ ephy-embed-dialog.h \ ephy-encodings.h \ ephy-favicon-cache.h \ + ephy-request-about.h \ ephy-web-app-utils.h INST_H_FILES = \ @@ -48,6 +49,7 @@ libephyembed_la_SOURCES = \ ephy-favicon-cache.c \ ephy-history.c \ ephy-permission-manager.c \ + ephy-request-about.c \ ephy-embed-prefs.c \ ephy-web-app-utils.c \ ephy-web-view.c \ |