aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorXan Lopez <xlopez@igalia.com>2011-09-06 00:21:41 +0800
committerXan Lopez <xlopez@igalia.com>2011-09-06 02:40:31 +0800
commit0cff2bef71ac69095f62ace7be8443d42db34d32 (patch)
treeb5b122815e1c57c39d6593d3b368b858ebec3871
parent00e5075c92be48a8ad71985ed522aafc1596a58c (diff)
downloadgsoc2013-epiphany-0cff2bef71ac69095f62ace7be8443d42db34d32.tar
gsoc2013-epiphany-0cff2bef71ac69095f62ace7be8443d42db34d32.tar.gz
gsoc2013-epiphany-0cff2bef71ac69095f62ace7be8443d42db34d32.tar.bz2
gsoc2013-epiphany-0cff2bef71ac69095f62ace7be8443d42db34d32.tar.lz
gsoc2013-epiphany-0cff2bef71ac69095f62ace7be8443d42db34d32.tar.xz
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.
-rw-r--r--embed/Makefile.am2
-rw-r--r--embed/ephy-request-about.c (renamed from lib/ephy-request-about.c)0
-rw-r--r--embed/ephy-request-about.h (renamed from lib/ephy-request-about.h)0
-rw-r--r--lib/Makefile.am2
4 files changed, 2 insertions, 2 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 \
diff --git a/lib/ephy-request-about.c b/embed/ephy-request-about.c
index 4601e4787..4601e4787 100644
--- a/lib/ephy-request-about.c
+++ b/embed/ephy-request-about.c
diff --git a/lib/ephy-request-about.h b/embed/ephy-request-about.h
index cc441a7a3..cc441a7a3 100644
--- a/lib/ephy-request-about.h
+++ b/embed/ephy-request-about.h
diff --git a/lib/Makefile.am b/lib/Makefile.am
index 3b4172d28..972eaf048 100644
--- a/lib/Makefile.am
+++ b/lib/Makefile.am
@@ -22,7 +22,6 @@ NOINST_H_FILES = \
ephy-prefs.h \
ephy-profile-utils.h \
ephy-print-utils.h \
- ephy-request-about.h \
ephy-shlib-loader.h \
ephy-signal-accumulator.h \
ephy-smaps.h \
@@ -63,7 +62,6 @@ libephymisc_la_SOURCES = \
ephy-profile-utils.c \
ephy-profile-utils.h \
ephy-print-utils.c \
- ephy-request-about.c \
ephy-settings.c \
ephy-shlib-loader.c \
ephy-signal-accumulator.c \