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:
@@ -1177,7 +1177,7 @@ MAINTAINERCLEANFILES = \
|
||||
$(print_portal_built_sources) \
|
||||
$(stamp_files)
|
||||
|
||||
DISTCLEANFILES =
|
||||
DISTCLEANFILES = gtktypefuncs.c
|
||||
|
||||
if OS_WIN32
|
||||
DISTCLEANFILES += gtk-win32.rc
|
||||
|
||||
Reference in New Issue
Block a user