[gitg/wip/release: 14/21] Do not generate unneeded resource headers



commit 2a39aa3d02119abacb32cae3d4b3913a6557e59f
Author: Jesse van den Kieboom <jessevdk gmail com>
Date:   Fri Jan 3 19:43:11 2014 +0100

    Do not generate unneeded resource headers

 gitg/Makefile.am          |    5 -----
 libgitg-ext/Makefile.am   |    5 -----
 plugins/diff/Makefile.am  |    5 -----
 plugins/files/Makefile.am |    5 -----
 4 files changed, 0 insertions(+), 20 deletions(-)
---
diff --git a/gitg/Makefile.am b/gitg/Makefile.am
index ece16ef..2124de3 100644
--- a/gitg/Makefile.am
+++ b/gitg/Makefile.am
@@ -77,11 +77,6 @@ gitg-resources.c: resources/gitg-resources.xml $(shell $(GLIB_COMPILE_RESOURCES)
                --sourcedir $(srcdir)/resources         \
                --target "$@" "$<"
 
-gitg-resources.h: resources/gitg-resources.xml $(shell $(GLIB_COMPILE_RESOURCES) --generate-dependencies 
--sourcedir $(srcdir)/resources resources/gitg-resources.xml)
-       $(GLIB_COMPILE_RESOURCES) --generate-header     \
-               --sourcedir $(srcdir)/resources         \
-               --target "$@" "$<"
-
 EXTRA_DIST =                                   \
        resources/gitg-resources.xml            \
        $(shell $(GLIB_COMPILE_RESOURCES) --generate-dependencies --sourcedir $(srcdir)/resources 
$(srcdir)/resources/gitg-resources.xml)
diff --git a/libgitg-ext/Makefile.am b/libgitg-ext/Makefile.am
index f74ddf8..3421e1e 100644
--- a/libgitg-ext/Makefile.am
+++ b/libgitg-ext/Makefile.am
@@ -101,11 +101,6 @@ gitg-ext-resources.c: resources/resources.xml $(shell $(GLIB_COMPILE_RESOURCES)
                --sourcedir $(srcdir)/resources         \
                --target "$@" "$<"
 
-gitg-ext-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 "$@" "$<"
-
 CLEANFILES = $(libgitg_ext_1_0_la_typelib_DATA)
 
 EXTRA_DIST =                                   \
diff --git a/plugins/diff/Makefile.am b/plugins/diff/Makefile.am
index 00e5fb5..79d6a34 100644
--- a/plugins/diff/Makefile.am
+++ b/plugins/diff/Makefile.am
@@ -31,11 +31,6 @@ gitg-diff-resources.c: resources/resources.xml $(shell $(GLIB_COMPILE_RESOURCES)
                --sourcedir $(srcdir)/resources         \
                --target "$@" "$<"
 
-gitg-diff-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 "$@" "$<"
-
 EXTRA_DIST =                                   \
        $(libdiff_la_plugin_DATA)               \
        resources/resources.xml                 \
diff --git a/plugins/files/Makefile.am b/plugins/files/Makefile.am
index ebe67c0..e7bf253 100644
--- a/plugins/files/Makefile.am
+++ b/plugins/files/Makefile.am
@@ -30,11 +30,6 @@ gitg-files-resources.c: resources/resources.xml $(shell $(GLIB_COMPILE_RESOURCES
                --sourcedir $(srcdir)/resources         \
                --target "$@" "$<"
 
-gitg-files-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 "$@" "$<"
-
 EXTRA_DIST =                                   \
        $(libfiles_la_plugin_DATA)              \
        resources/resources.xml                 \


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]