[grilo-plugins] lua-factory: Fix gresource build problems when builddir != srcdir
- From: Ting-Wei Lan <lantw src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [grilo-plugins] lua-factory: Fix gresource build problems when builddir != srcdir
- Date: Tue, 14 Jun 2016 08:26:50 +0000 (UTC)
commit 7c38070fbc9e21f9e1e1c31d5b43d6068b1fee1c
Author: Ting-Wei Lan <lantw src gnome org>
Date: Tue Jun 14 11:21:54 2016 +0800
lua-factory: Fix gresource build problems when builddir != srcdir
https://bugzilla.gnome.org/show_bug.cgi?id=767631
src/lua-factory/sources/Makefile.am | 12 ++++++------
1 files changed, 6 insertions(+), 6 deletions(-)
---
diff --git a/src/lua-factory/sources/Makefile.am b/src/lua-factory/sources/Makefile.am
index b72b728..a258730 100644
--- a/src/lua-factory/sources/Makefile.am
+++ b/src/lua-factory/sources/Makefile.am
@@ -31,22 +31,22 @@ lua_sources_DATA = \
lua_sourcesdir = $(datadir)/$(LUA_FACTORY_SOURCE_LOCATION)
grl-euronews.gresource: grl-euronews.gresource.xml
- $(AM_V_GEN) $(GLIB_COMPILE_RESOURCES) $(srcdir)/grl-euronews.gresource.xml
+ $(AM_V_GEN) $(GLIB_COMPILE_RESOURCES) --sourcedir=$(srcdir) $(srcdir)/grl-euronews.gresource.xml
grl-guardianvideos.gresource: grl-guardianvideos.gresource.xml
- $(AM_V_GEN) $(GLIB_COMPILE_RESOURCES) $(srcdir)/grl-guardianvideos.gresource.xml
+ $(AM_V_GEN) $(GLIB_COMPILE_RESOURCES) --sourcedir=$(srcdir) $(srcdir)/grl-guardianvideos.gresource.xml
grl-radiofrance.gresource: grl-radiofrance.gresource.xml
- $(AM_V_GEN) $(GLIB_COMPILE_RESOURCES) $(srcdir)/grl-radiofrance.gresource.xml
+ $(AM_V_GEN) $(GLIB_COMPILE_RESOURCES) --sourcedir=$(srcdir) $(srcdir)/grl-radiofrance.gresource.xml
grl-pocket.gresource: grl-pocket.gresource.xml
- $(AM_V_GEN) $(GLIB_COMPILE_RESOURCES) $(srcdir)/grl-pocket.gresource.xml
+ $(AM_V_GEN) $(GLIB_COMPILE_RESOURCES) --sourcedir=$(srcdir) $(srcdir)/grl-pocket.gresource.xml
grl-appletrailers.gresource: grl-appletrailers.gresource.xml
- $(AM_V_GEN) $(GLIB_COMPILE_RESOURCES) $(srcdir)/grl-appletrailers.gresource.xml
+ $(AM_V_GEN) $(GLIB_COMPILE_RESOURCES) --sourcedir=$(srcdir) $(srcdir)/grl-appletrailers.gresource.xml
grl-itunes-podcast.gresource: grl-itunes-podcast.gresource.xml
- $(AM_V_GEN) $(GLIB_COMPILE_RESOURCES) $(srcdir)/grl-itunes-podcast.gresource.xml
+ $(AM_V_GEN) $(GLIB_COMPILE_RESOURCES) --sourcedir=$(srcdir) $(srcdir)/grl-itunes-podcast.gresource.xml
CLEANFILES = \
grl-euronews.gresource \
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]