[gnome-utils] [gsearchtool] Fix distcheck
- From: Vincent Untz <vuntz src gnome org>
- To: svn-commits-list gnome org
- Cc:
- Subject: [gnome-utils] [gsearchtool] Fix distcheck
- Date: Wed, 13 Jan 2010 14:48:49 +0000 (UTC)
commit 25a8e0ab4b2afc42bfffef25ff2b401eaaf2326d
Author: Vincent Untz <vuntz gnome org>
Date: Wed Jan 13 15:39:40 2010 +0100
[gsearchtool] Fix distcheck
gsearchtool/ChangeLog | 4 ++++
gsearchtool/Makefile.am | 2 +-
2 files changed, 5 insertions(+), 1 deletions(-)
---
diff --git a/gsearchtool/ChangeLog b/gsearchtool/ChangeLog
index 2785ea2..492626b 100644
--- a/gsearchtool/ChangeLog
+++ b/gsearchtool/ChangeLog
@@ -1,3 +1,7 @@
+2010-01-13 Vincent Untz <vuntz gnome org>
+
+ * Makefile.am: fix distcheck after the previous change.
+
2009-10-23 Dennis Cranston <dennis_cranston yahoo com>
* Makefile.am: Ensure a generated schema file is not included
diff --git a/gsearchtool/Makefile.am b/gsearchtool/Makefile.am
index 8fc2f2c..82bbd2e 100644
--- a/gsearchtool/Makefile.am
+++ b/gsearchtool/Makefile.am
@@ -54,7 +54,7 @@ EXTRA_DIST = \
if GCONF_SCHEMAS_INSTALL
install-data-local:
if test -z "$(DESTDIR)" ; then \
- GCONF_CONFIG_SOURCE=$(GCONF_SCHEMA_CONFIG_SOURCE) $(GCONFTOOL) --makefile-install-rule $(top_srcdir)/gsearchtool/$(schema_DATA) ; \
+ GCONF_CONFIG_SOURCE=$(GCONF_SCHEMA_CONFIG_SOURCE) $(GCONFTOOL) --makefile-install-rule $(top_builddir)/gsearchtool/$(schema_DATA) ; \
fi
else
install-data-local:
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]