inspector: git ignore template headers

This commit is contained in:
Jasper St. Pierre 2014-05-15 11:04:48 -04:00
parent 2e07865f67
commit d252282e75

View File

@ -91,16 +91,13 @@ templates = \
template_headers = $(templates:.ui=.ui.h)
BUILT_SOURCES += $(template_headers)
extract_strings = $(top_builddir)/gtk/extract-strings$(BUILD_EXEEXT)
%.ui.h: %.ui $(extract_strings)
$(AM_V_GEN) $(extract_strings) $< > $@
distclean-local:
if test $(srcdir) != .; then \
rm -f $(template_headers); \
fi
EXTRA_DIST += \
inspector.gresource.xml \
$(resource_files) \