[epiphany] Move the gresource.xml to src/resources
- From: Michael Catanzaro <mcatanzaro src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [epiphany] Move the gresource.xml to src/resources
- Date: Mon, 17 Oct 2016 19:54:51 +0000 (UTC)
commit 2b6fefb359e28da6a4d1c6511ea7568fcadf03a7
Author: Michael Catanzaro <mcatanzaro gnome org>
Date: Mon Oct 17 14:13:27 2016 -0500
Move the gresource.xml to src/resources
This is a better place for it.
src/Makefile.am | 10 +++++-----
src/{ => resources}/epiphany.gresource.xml | 0
2 files changed, 5 insertions(+), 5 deletions(-)
---
diff --git a/src/Makefile.am b/src/Makefile.am
index 01a2027..f49ab8e 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -5,7 +5,7 @@ pkglib_LTLIBRARIES = libephymain.la
bin_PROGRAMS = epiphany
dist_noinst_DATA = \
- epiphany.gresource.xml \
+ resources/epiphany.gresource.xml \
$(RESOURCE_FILES)
TYPES_H_FILES = \
@@ -158,11 +158,11 @@ RESOURCE_FILES = \
resources/gtk/menus.ui \
$(NULL)
-epiphany-resources.c: epiphany.gresource.xml $(RESOURCE_FILES)
- $(AM_V_GEN) glib-compile-resources --target=$@ --sourcedir=$(srcdir)/resources --generate-source
--c-name epiphany $(srcdir)/epiphany.gresource.xml
+epiphany-resources.c: resources/epiphany.gresource.xml $(RESOURCE_FILES)
+ $(AM_V_GEN) glib-compile-resources --target=$@ --sourcedir=$(srcdir)/resources --generate-source
--c-name epiphany $(srcdir)/resources/epiphany.gresource.xml
-epiphany-resources.h: epiphany.gresource.xml $(RESOURCE_FILES)
- $(AM_V_GEN) glib-compile-resources --target=$@ --sourcedir=$(srcdir)/resources --generate-header
--c-name epiphany $(srcdir)/epiphany.gresource.xml
+epiphany-resources.h: resources/epiphany.gresource.xml $(RESOURCE_FILES)
+ $(AM_V_GEN) glib-compile-resources --target=$@ --sourcedir=$(srcdir)/resources --generate-header
--c-name epiphany $(srcdir)/resources/epiphany.gresource.xml
EPIPHANY_RESOURCES = \
epiphany-resources.c \
diff --git a/src/epiphany.gresource.xml b/src/resources/epiphany.gresource.xml
similarity index 100%
rename from src/epiphany.gresource.xml
rename to src/resources/epiphany.gresource.xml
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]