diff options
author | Havoc Pennington <hp@pobox.com> | 2000-08-10 05:26:57 +0000 |
---|---|---|
committer | Havoc Pennington <hp@src.gnome.org> | 2000-08-10 05:26:57 +0000 |
commit | a235c123d9e57e14fec91c3b44b7bb793f0d996c (patch) | |
tree | 9bd335a3cf5cb9607d6be6242c6c5e529235c9d8 /standard-schemas | |
parent | 8ed7b6a17ebf1bb7f88c48997445d2fb8f416b50 (diff) | |
download | gconf-a235c123d9e57e14fec91c3b44b7bb793f0d996c.tar.gz |
0.8GCONF_0_8
2000-08-09 Havoc Pennington <hp@pobox.com>
* configure.in: 0.8
* fixes from Ralph Loader for DESTDIR support (hopefully
got them all in)
* gconf.spec: fix description (the G is just a G, doesn't stand
for anything)
Diffstat (limited to 'standard-schemas')
-rw-r--r-- | standard-schemas/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/standard-schemas/Makefile.am b/standard-schemas/Makefile.am index 81994974..a9368d6e 100644 --- a/standard-schemas/Makefile.am +++ b/standard-schemas/Makefile.am @@ -10,4 +10,4 @@ schema_DATA=desktop.schemas EXTRA_DIST=$(schema_DATA) install-data-local: - GCONF_CONFIG_SOURCE=$(GCONF_CONFIG_SOURCE) $(top_builddir)/gconf/gconftool-$(MAJOR_VERSION) --makefile-install-rule $(srcdir)/$(schema_DATA) + GCONF_CONFIG_SOURCE=$(INSTALL_GCONF_CONFIG_SOURCE) $(top_builddir)/gconf/gconftool-$(MAJOR_VERSION) --makefile-install-rule $(srcdir)/$(schema_DATA) |