diff --git a/gio/Makefile.am b/gio/Makefile.am index 26f18ff4b..5ed27c160 100644 --- a/gio/Makefile.am +++ b/gio/Makefile.am @@ -112,6 +112,7 @@ settings_sources = \ gsettingsbackendinternal.h \ gsettingsbackend.c \ gsettingsschema.h \ + gsettingsschema-internal.h \ gsettingsschema.c \ gsettings-mapping.h \ gsettings-mapping.c \ diff --git a/gio/tests/Makefile.am b/gio/tests/Makefile.am index fe38bbae6..77d919ee6 100644 --- a/gio/tests/Makefile.am +++ b/gio/tests/Makefile.am @@ -521,6 +521,7 @@ EXTRA_DIST += \ enums.xml.template \ de.po \ $(schema_tests) \ + org.gtk.schemasourcecheck.gschema.xml \ appinfo-test.desktop \ appinfo-test2.desktop \ appinfo-test-gnome.desktop \ @@ -552,7 +553,8 @@ DISTCLEANFILES = \ de/LC_MESSAGES/test.mo \ test.mo \ gsettings.store \ - gschemas.compiled + gschemas.compiled \ + schema-source/gschemas.compiled distclean-local: rm -r xdgdatahome xdgdatadir