[gitg] libgitg: fix resources generation
- From: Ignacio Casal Quinteiro <icq src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gitg] libgitg: fix resources generation
- Date: Wed, 21 Aug 2013 13:32:52 +0000 (UTC)
commit c57e6c6e725e374575f458ad4f26ace8dbd7c359
Author: Ignacio Casal Quinteiro <icq gnome org>
Date: Wed Aug 21 15:32:36 2013 +0200
libgitg: fix resources generation
libgitg/Makefile.am | 13 +++----------
1 files changed, 3 insertions(+), 10 deletions(-)
---
diff --git a/libgitg/Makefile.am b/libgitg/Makefile.am
index cf6b892..c40818b 100644
--- a/libgitg/Makefile.am
+++ b/libgitg/Makefile.am
@@ -96,15 +96,8 @@ typelib_DATA = Gitg-1.0.typelib
pkgconfigdir = $(libdir)/pkgconfig
pkgconfig_DATA = libgitg-1.0.pc
-gitg-resources.c: resources/resources.xml $(shell $(GLIB_COMPILE_RESOURCES) --generate-dependencies
--sourcedir $(srcdir)/resources resources/resources.xml)
- $(GLIB_COMPILE_RESOURCES) --generate-source \
- --sourcedir $(srcdir)/resources \
- --target "$@" "$<"
-
-gitg-resources.h: resources/resources.xml $(shell $(GLIB_COMPILE_RESOURCES) --generate-dependencies
--sourcedir $(srcdir)/resources resources/resources.xml)
- $(GLIB_COMPILE_RESOURCES) --generate-header \
- --sourcedir $(srcdir)/resources \
- --target "$@" "$<"
+gitg-resources.c: resources/resources.xml $(shell $(GLIB_COMPILE_RESOURCES) --generate-dependencies
--sourcedir $(srcdir)/resources $(srcdir)/resources/resources.xml)
+ $(AM_V_GEN) $(GLIB_COMPILE_RESOURCES) --target="$@" --sourcedir=$(srcdir)/resources --generate-source
$(srcdir)/resources/resources.xml
BUILT_SOURCES = \
$(gir_DATA) \
@@ -118,7 +111,7 @@ BUILT_SOURCES = \
EXTRA_DIST = \
$(pkgconfig_DATA) \
resources/resources.xml \
- $(shell $(GLIB_COMPILE_RESOURCES) --generate-dependencies --sourcedir $(srcdir)/resources
resources/resources.xml)
+ $(shell $(GLIB_COMPILE_RESOURCES) --generate-dependencies --sourcedir $(srcdir)/resources
$(srcdir)/resources/resources.xml)
CLEANFILES = $(VALA_FILES:.vala=.c)
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]