diff options
author | Shaun McCance <shaunm@gnome.org> | 2010-04-23 21:19:09 -0500 |
---|---|---|
committer | Shaun McCance <shaunm@gnome.org> | 2010-04-23 21:19:09 -0500 |
commit | fce355ef65ce09cc4ec5e5cb0a98e15056d298d4 (patch) | |
tree | b2373e7d6289fb42f7fff43a01e55915a0445a7d | |
parent | a078abcc838823f5b2e663a652fffc623e606b4d (diff) | |
download | yelp-fce355ef65ce09cc4ec5e5cb0a98e15056d298d4.tar.gz |
[data/Makefile.am] Updates for changes in gsettings.m4
-rw-r--r-- | data/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/data/Makefile.am b/data/Makefile.am index 6537659e..0845210b 100644 --- a/data/Makefile.am +++ b/data/Makefile.am @@ -7,7 +7,7 @@ gsettingsschema_DATA = org.gnome.yelp.gschema.xml @GSETTINGS_CHECK_RULE@ if GSETTINGS_SCHEMAS_INSTALL install-data-hook: - $(gschema_compile) $(DESTDIR)$(gsettingsschemadir) + $(GLIB_COMPILE_SCHEMAS) $(DESTDIR)$(gsettingsschemadir) endif tocdir = $(datadir)/yelp |