Do not generate unneeded resource headers

This commit is contained in:
Jesse van den Kieboom 2014-01-03 19:43:11 +01:00
parent 2526330209
commit 37726aba55
4 changed files with 0 additions and 20 deletions

View file

@ -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)

View file

@ -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 = \

View file

@ -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 \

View file

@ -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 \