mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2025-01-10 12:40:10 +00:00
gtk/Makefile: Add generated gtktypefuncs.c to DISTCLEANFILES
Otherwise, it errors out on make distcleancheck in debian packaging ``` ERROR: files left in build directory after distclean: ./gtk/gtktypefuncs.c make[1]: *** [Makefile:1005: distcleancheck] Error 1 ```
This commit is contained in:
parent
5428379fad
commit
adbd9b22d6
@ -1177,7 +1177,7 @@ MAINTAINERCLEANFILES = \
|
||||
$(print_portal_built_sources) \
|
||||
$(stamp_files)
|
||||
|
||||
DISTCLEANFILES =
|
||||
DISTCLEANFILES = gtktypefuncs.c
|
||||
|
||||
if OS_WIN32
|
||||
DISTCLEANFILES += gtk-win32.rc
|
||||
|
Loading…
Reference in New Issue
Block a user