From 7777dd2c3951e14fadb56a01b5c31b6404253cd3 Mon Sep 17 00:00:00 2001 From: Ryan Lortie Date: Thu, 9 Sep 2010 16:12:45 -0400 Subject: [PATCH] Rename gschema-compile.c -> glib-compile-schemas.c --- gio/Makefile.am | 2 +- gio/{gschema-compile.c => glib-compile-schemas.c} | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename gio/{gschema-compile.c => glib-compile-schemas.c} (100%) diff --git a/gio/Makefile.am b/gio/Makefile.am index 4618a12..25b6077 100644 --- a/gio/Makefile.am +++ b/gio/Makefile.am @@ -589,7 +589,7 @@ glib_compile_schemas_SOURCES = \ gvdb/gvdb-format.h \ gvdb/gvdb-builder.h \ gvdb/gvdb-builder.c \ - gschema-compile.c + glib-compile-schemas.c gsettings_LDADD = \ $(top_builddir)/glib/libglib-2.0.la \ diff --git a/gio/gschema-compile.c b/gio/glib-compile-schemas.c similarity index 100% rename from gio/gschema-compile.c rename to gio/glib-compile-schemas.c -- 2.7.4