mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2025-01-06 10:50:08 +00:00
Fix distcheck
This commit is contained in:
parent
d51c6af247
commit
ea2d20e313
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user