diff options
author | Xan Lopez <xan@igalia.com> | 2012-06-27 18:47:18 +0800 |
---|---|---|
committer | Xan Lopez <xan@igalia.com> | 2012-06-27 18:47:18 +0800 |
commit | 8118e5fb00fc3514940ce629ca6e1a7aeb5a3b1d (patch) | |
tree | 86d05c3baba077d4106125ccb13f63610f0722fb /embed/Makefile.am | |
parent | 46f5f85b4a6bccfd8260935142660b4b324e94c7 (diff) | |
download | gsoc2013-epiphany-8118e5fb00fc3514940ce629ca6e1a7aeb5a3b1d.tar.gz gsoc2013-epiphany-8118e5fb00fc3514940ce629ca6e1a7aeb5a3b1d.tar.zst gsoc2013-epiphany-8118e5fb00fc3514940ce629ca6e1a7aeb5a3b1d.zip |
ephy-web-view: move the file monitoring code to its own class, EphyFileMonitor.
Since the vast majority of the code was really independent from
EphyWebView.
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 db2123e3b..63e15fded 100644 --- a/embed/Makefile.am +++ b/embed/Makefile.am @@ -12,6 +12,7 @@ NOINST_H_FILES = \ ephy-embed-dialog.h \ ephy-embed-private.h \ ephy-encodings.h \ + ephy-file-monitor.h \ ephy-request-about.h INST_H_FILES = \ @@ -46,6 +47,7 @@ libephyembed_la_SOURCES = \ ephy-embed-shell.c \ ephy-embed-utils.c \ ephy-encodings.c \ + ephy-file-monitor.c \ ephy-permission-manager.c \ ephy-request-about.c \ ephy-embed-prefs.c \ |