diff options
author | Xan Lopez <xan@igalia.com> | 2012-05-09 18:22:00 +0800 |
---|---|---|
committer | Xan Lopez <xan@igalia.com> | 2012-05-09 18:22:00 +0800 |
commit | 6b7c59939699ce94931009f1086e92f773306a1e (patch) | |
tree | d63ff00d57de3b377872a5445d242481674a921c | |
parent | 38fd1803464eb2e4b84298fe323fac47f4af9ab0 (diff) | |
download | gsoc2013-epiphany-6b7c59939699ce94931009f1086e92f773306a1e.tar.gz gsoc2013-epiphany-6b7c59939699ce94931009f1086e92f773306a1e.tar.zst gsoc2013-epiphany-6b7c59939699ce94931009f1086e92f773306a1e.zip |
Move ephy-web-app-utils to lib/
We are going to use it in the profile migrator, so it needs to be
there. Besides, this code just deals with plain data in the profile
and application dir, so it makes sense for it to be here.
-rw-r--r-- | embed/Makefile.am | 4 | ||||
-rw-r--r-- | lib/Makefile.am | 2 | ||||
-rw-r--r-- | lib/ephy-web-app-utils.c (renamed from embed/ephy-web-app-utils.c) | 0 | ||||
-rw-r--r-- | lib/ephy-web-app-utils.h (renamed from embed/ephy-web-app-utils.h) | 0 |
4 files changed, 3 insertions, 3 deletions
diff --git a/embed/Makefile.am b/embed/Makefile.am index 4b0ee88fc..bf05190a2 100644 --- a/embed/Makefile.am +++ b/embed/Makefile.am @@ -11,8 +11,7 @@ NOINST_H_FILES = \ ephy-embed-dialog.h \ ephy-embed-private.h \ ephy-encodings.h \ - ephy-request-about.h \ - ephy-web-app-utils.h + ephy-request-about.h INST_H_FILES = \ ephy-adblock.h \ @@ -48,7 +47,6 @@ libephyembed_la_SOURCES = \ ephy-permission-manager.c \ ephy-request-about.c \ ephy-embed-prefs.c \ - ephy-web-app-utils.c \ ephy-web-view.c \ $(INST_H_FILES) \ $(NOINST_H_FILES) diff --git a/lib/Makefile.am b/lib/Makefile.am index b98c70564..a8a2f0eca 100644 --- a/lib/Makefile.am +++ b/lib/Makefile.am @@ -29,6 +29,7 @@ NOINST_H_FILES = \ ephy-sqlite-statement.h \ ephy-string.h \ ephy-time-helpers.h \ + ephy-web-app-utils.h \ ephy-zoom.h TYPES_H_FILES = \ @@ -72,6 +73,7 @@ libephymisc_la_SOURCES = \ ephy-state.c \ ephy-string.c \ ephy-time-helpers.c \ + ephy-web-app-utils.c \ ephy-zoom.c \ $(INST_H_FILES) \ $(NOINST_H_FILES) diff --git a/embed/ephy-web-app-utils.c b/lib/ephy-web-app-utils.c index 53bf687db..53bf687db 100644 --- a/embed/ephy-web-app-utils.c +++ b/lib/ephy-web-app-utils.c diff --git a/embed/ephy-web-app-utils.h b/lib/ephy-web-app-utils.h index 80dde2b21..80dde2b21 100644 --- a/embed/ephy-web-app-utils.h +++ b/lib/ephy-web-app-utils.h |