Fix distcheck

This commit is contained in:
Matthias Clasen 2014-05-27 15:14:02 -04:00
parent d51c6af247
commit ea2d20e313

View File

@ -110,4 +110,14 @@ EXTRA_DIST += \
$(resource_files) \
$(templates)
MAINTAINERCLEANFILES = \
resources.c \
resources.h
$(template_headers)
distclean-local:
if test $(srcdir) != .; then \
rm -f $(MAINTAINERCLEANFILES); \
fi
-include $(top_srcdir)/git.mk