diff options
author | Shaun McCance <shaunm@gnome.org> | 2010-04-23 21:08:27 -0500 |
---|---|---|
committer | Shaun McCance <shaunm@gnome.org> | 2010-04-25 17:02:55 -0500 |
commit | 4c189ba6b0ff81e13725029a00f2c4c7ab6a3b00 (patch) | |
tree | 04a37265137b4dbfcfc659ce32efaabdfe64972a /gio-2.0.pc.in | |
parent | 9eeab5868f0d8633f63e40f61263cd731ad99d0e (diff) | |
download | glib-4c189ba6b0ff81e13725029a00f2c4c7ab6a3b00.tar.gz |
Make glib_compile_schemas point to a binary that exists
Diffstat (limited to 'gio-2.0.pc.in')
-rw-r--r-- | gio-2.0.pc.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gio-2.0.pc.in b/gio-2.0.pc.in index a7ba443f5..92cda858e 100644 --- a/gio-2.0.pc.in +++ b/gio-2.0.pc.in @@ -4,7 +4,7 @@ libdir=@libdir@ includedir=@includedir@ giomoduledir=@GIO_MODULE_DIR@ -glib_compile_schemas=@bindir@/gschema-compile +glib_compile_schemas=@bindir@/glib-compile-schemas Name: GIO Description: glib I/O library |