mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-01-13 07:56:17 +01:00
Rename in more places
This commit is contained in:
parent
72b80c5bdd
commit
daa405c191
@ -175,7 +175,7 @@ test.mo: de.po
|
||||
cp -f test.mo de/LC_MESSAGES
|
||||
|
||||
gschemas.compiled:
|
||||
$(top_builddir)/gio/gschema-compile --targetdir=$(abs_builddir) $(srcdir)
|
||||
$(top_builddir)/gio/glib-compile-schemas --targetdir=$(abs_builddir) $(srcdir)
|
||||
|
||||
DISTCLEANFILES = \
|
||||
applications/mimeinfo.cache \
|
||||
|
@ -1181,7 +1181,7 @@ main (int argc, char *argv[])
|
||||
g_test_init (&argc, &argv, NULL);
|
||||
|
||||
g_remove ("gschemas.compiled");
|
||||
g_assert (g_spawn_command_line_sync ("../gschema-compile --targetdir=. " SRCDIR,
|
||||
g_assert (g_spawn_command_line_sync ("../glib-compile-schemas --targetdir=. " SRCDIR,
|
||||
NULL, NULL, NULL, NULL));
|
||||
|
||||
g_test_add_func ("/gsettings/basic", test_basic);
|
||||
|
Loading…
Reference in New Issue
Block a user