[gnome-music] Makefile.am: Fix resources compilation
- From: Marinus Schraal <mschraal src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-music] Makefile.am: Fix resources compilation
- Date: Mon, 16 Jan 2017 10:11:33 +0000 (UTC)
commit bc98e6374d0e32c28cbb4c30a8a7e40b6fc0d79c
Author: albfan <albertofanjul gmail com>
Date: Sun Jan 1 12:54:16 2017 +0100
Makefile.am: Fix resources compilation
Allow to recompile resources when builddir is not the same as srcdir,
should benefit jhbuild users.
https://bugzilla.gnome.org/show_bug.cgi?id=776673
data/Makefile.am | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/data/Makefile.am b/data/Makefile.am
index b1c9c88..cf3b0be 100644
--- a/data/Makefile.am
+++ b/data/Makefile.am
@@ -1,4 +1,4 @@
-resource_files = $(shell $(GLIB_COMPILE_RESOURCES) --sourcedir=$(srcdir) --sourcedir=$(builddir)
--generate-dependencies $(builddir)/gnome-music.gresource.xml)
+resource_files = $(shell $(GLIB_COMPILE_RESOURCES) --sourcedir=$(srcdir) --sourcedir=$(builddir)
--generate-dependencies $(srcdir)/gnome-music.gresource.xml)
gnome-music.gresource: gnome-music.gresource.xml $(resource_files)
$(AM_V_GEN) $(GLIB_COMPILE_RESOURCES) --target=$@ --sourcedir=$(srcdir) --sourcedir=$(builddir) $<
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]