[gjs] Makefile-modules: Fix typo preventing rebuilding of modules-resources.[ch]
- From: Jasper St. Pierre <jstpierre src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gjs] Makefile-modules: Fix typo preventing rebuilding of modules-resources.[ch]
- Date: Thu, 2 Jan 2014 20:14:24 +0000 (UTC)
commit 5393d08a47c490cf7053d323417927acb68427bc
Author: Jasper St. Pierre <jstpierre mecheye net>
Date: Thu Jan 2 15:11:33 2014 -0500
Makefile-modules: Fix typo preventing rebuilding of modules-resources.[ch]
Oh, how I wish automake would warn me about undefined variables like this...
Makefile-modules.am | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/Makefile-modules.am b/Makefile-modules.am
index 7b51a4c..8c235e6 100644
--- a/Makefile-modules.am
+++ b/Makefile-modules.am
@@ -14,13 +14,13 @@ JS_NATIVE_MODULE_CFLAGS = \
JS_NATIVE_MODULE_LIBADD = \
$(GJS_LIBS)
-modules_resources_files = $(shell glib-compile-resources --sourcedir=$(srcdir) --generate-dependencies
$(srcdir)/modules/modules.gresource.xml)
+modules_resource_files = $(shell glib-compile-resources --sourcedir=$(srcdir) --generate-dependencies
$(srcdir)/modules/modules.gresource.xml)
modules-resources.h: $(srcdir)/modules/modules.gresource.xml $(modules_resource_files)
$(AM_V_GEN) glib-compile-resources --target=$@ --sourcedir=$(srcdir) --sourcedir=$(builddir)
--generate --c-name modules_resources $<
modules-resources.c: $(srcdir)/modules/modules.gresource.xml $(modules_resource_files)
$(AM_V_GEN) glib-compile-resources --target=$@ --sourcedir=$(srcdir) --sourcedir=$(builddir)
--generate --c-name modules_resources $<
-EXTRA_DIST += $(modules_resources_files)
+EXTRA_DIST += $(modules_resource_files)
nodist_libmodules_resources_la_SOURCES = modules-resources.c modules-resources.h
libmodules_resources_la_CPPFLAGS = $(JS_NATIVE_MODULE_CFLAGS)
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]