[epiphany] Move ephy-web-app-utils to lib/
- From: Xan Lopez <xan src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [epiphany] Move ephy-web-app-utils to lib/
- Date: Wed, 9 May 2012 10:30:06 +0000 (UTC)
commit 6b7c59939699ce94931009f1086e92f773306a1e
Author: Xan Lopez <xan igalia com>
Date: Wed May 9 12:22:00 2012 +0200
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.
embed/Makefile.am | 4 +---
lib/Makefile.am | 2 ++
{embed => lib}/ephy-web-app-utils.c | 0
{embed => lib}/ephy-web-app-utils.h | 0
4 files changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/embed/Makefile.am b/embed/Makefile.am
index 4b0ee88..bf05190 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 b98c705..a8a2f0e 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
similarity index 100%
rename from embed/ephy-web-app-utils.c
rename to lib/ephy-web-app-utils.c
diff --git a/embed/ephy-web-app-utils.h b/lib/ephy-web-app-utils.h
similarity index 100%
rename from embed/ephy-web-app-utils.h
rename to lib/ephy-web-app-utils.h
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]