Fix distcheck

We need to clean up the ui.h files somewhere if they are generated
during the build from tarball. Reuse the existing distclean-local
hack for it.
This commit is contained in:
Matthias Clasen 2013-08-20 18:53:07 -04:00
parent 6afbf3f519
commit 9f8514cc06

View File

@ -1300,6 +1300,7 @@ distclean-local:
rm -f $(MAINTAINERCLEANFILES); \
rm -rf stock-icons; \
rm -f extract-strings$(EXEEXT); \
rm -f $(template_headers); \
fi
DEPS = libgtk-3.la $(top_builddir)/gdk/libgdk-3.la