diff options
author | JP Rosevear <jpr@novell.com> | 2005-01-07 07:23:53 +0800 |
---|---|---|
committer | JP Rosevear <jpr@src.gnome.org> | 2005-01-07 07:23:53 +0800 |
commit | b08b8514c6eb6f336d60b13b835c08d177bcfbbc (patch) | |
tree | 6d88c4b92cf154c0201fb09136c4fde62e3fd1db /addressbook/gui/component/Makefile.am | |
parent | 690d25e36f40ef23056da6d3064d07c250651494 (diff) | |
download | gsoc2013-evolution-b08b8514c6eb6f336d60b13b835c08d177bcfbbc.tar.gz gsoc2013-evolution-b08b8514c6eb6f336d60b13b835c08d177bcfbbc.tar.zst gsoc2013-evolution-b08b8514c6eb6f336d60b13b835c08d177bcfbbc.zip |
install schemas properly
2005-01-06 JP Rosevear <jpr@novell.com>
* gui/component/Makefile.am: install schemas properly
svn path=/trunk/; revision=28259
Diffstat (limited to 'addressbook/gui/component/Makefile.am')
-rw-r--r-- | addressbook/gui/component/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/addressbook/gui/component/Makefile.am b/addressbook/gui/component/Makefile.am index 887112c6ff..a2798ec665 100644 --- a/addressbook/gui/component/Makefile.am +++ b/addressbook/gui/component/Makefile.am @@ -76,7 +76,7 @@ schema_DATA = $(schema_in_files:.schemas.in.in=-$(BASE_VERSION).schemas) install-data-local: if test -z "$(DESTDIR)" ; then \ for p in $(schema_DATA) ; do \ - GCONF_CONFIG_SOURCE=$(GCONF_SCHEMA_CONFIG_SOURCE) $(GCONFTOOL) --makefile-install-rule $(srcdir)/$$p; \ + GCONF_CONFIG_SOURCE=$(GCONF_SCHEMA_CONFIG_SOURCE) $(GCONFTOOL) --makefile-install-rule $$p; \ done \ fi |