diff options
author | Xan Lopez <xlopez@igalia.com> | 2011-09-06 00:21:41 +0800 |
---|---|---|
committer | Xan Lopez <xlopez@igalia.com> | 2011-09-06 02:40:31 +0800 |
commit | 0cff2bef71ac69095f62ace7be8443d42db34d32 (patch) | |
tree | b5b122815e1c57c39d6593d3b368b858ebec3871 /embed/Makefile.am | |
parent | 00e5075c92be48a8ad71985ed522aafc1596a58c (diff) | |
download | gsoc2013-epiphany-0cff2bef71ac69095f62ace7be8443d42db34d32.tar.gz gsoc2013-epiphany-0cff2bef71ac69095f62ace7be8443d42db34d32.tar.zst gsoc2013-epiphany-0cff2bef71ac69095f62ace7be8443d42db34d32.zip |
ephy-request-about: move this to embed/
We'll need to access embed/ data for about:applications.
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 \ |