gio: tests: rename generated giotypefunc.c to giotypefuncs.inc

This is needed for the Meson port, a file name .c that's included
and shouldn't be compiled into an object is difficult to manage
otherwise.
This commit is contained in:
Tim-Philipp Müller
2017-01-28 17:00:41 +00:00
committed by Matthias Clasen
parent 33fb1bbb61
commit f438c04fac
3 changed files with 5 additions and 5 deletions

View File

@@ -174,7 +174,7 @@ list_all_types (void)
GType *tp;
all_registered_types = g_new0 (GType, 1000);
tp = all_registered_types;
#include "giotypefuncs.c"
#include "giotypefuncs.inc"
*tp = 0;
}