[glib] Rename in more places



commit daa405c191c5efa8ad364414470b8fbdb0673401
Author: Matthias Clasen <mclasen redhat com>
Date:   Fri Apr 23 19:57:14 2010 -0400

    Rename in more places

 gio/tests/Makefile.am |    2 +-
 gio/tests/gsettings.c |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/gio/tests/Makefile.am b/gio/tests/Makefile.am
index 621a068..ba8fa6f 100644
--- a/gio/tests/Makefile.am
+++ b/gio/tests/Makefile.am
@@ -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                     \
diff --git a/gio/tests/gsettings.c b/gio/tests/gsettings.c
index f9fb0f7..3987e5b 100644
--- a/gio/tests/gsettings.c
+++ b/gio/tests/gsettings.c
@@ -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);



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]