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:
parent
6afbf3f519
commit
9f8514cc06
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user