[anjuta] debug-manager: Fix an error in makefile when compiling outside source directories
- From: Sebastien Granjoux <sgranjoux src gnome org>
- To: svn-commits-list gnome org
- Cc:
- Subject: [anjuta] debug-manager: Fix an error in makefile when compiling outside source directories
- Date: Sat, 1 Aug 2009 16:44:55 +0000 (UTC)
commit 4ac15c5dd3ea2657e6c8947c724e3883081bd7a0
Author: Sébastien Granjoux <seb sfo free fr>
Date: Sat Aug 1 18:43:32 2009 +0200
debug-manager: Fix an error in makefile when compiling outside source directories
plugins/debug-manager/Makefile.am | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/plugins/debug-manager/Makefile.am b/plugins/debug-manager/Makefile.am
index 2c3bacd..7793087 100644
--- a/plugins/debug-manager/Makefile.am
+++ b/plugins/debug-manager/Makefile.am
@@ -44,10 +44,10 @@ anjuta-marshal.c: anjuta-marshal.list
if GCONF_SCHEMAS_INSTALL
install-data-local:
- GCONF_CONFIG_SOURCE=$(GCONF_SCHEMA_CONFIG_SOURCE) $(GCONFTOOL) --makefile-install-rule $(srcdir)/$(schema_DATA)
+ GCONF_CONFIG_SOURCE=$(GCONF_SCHEMA_CONFIG_SOURCE) $(GCONFTOOL) --makefile-install-rule $(builddir)/$(schema_DATA)
uninstall-local:
- GCONF_CONFIG_SOURCE=$(GCONF_SCHEMA_CONFIG_SOURCE) $(GCONFTOOL) --makefile-uninstall-rule $(srcdir)/$(schema_DATA)
+ GCONF_CONFIG_SOURCE=$(GCONF_SCHEMA_CONFIG_SOURCE) $(GCONFTOOL) --makefile-uninstall-rule $(builddir)/$(schema_DATA)
else
install-data-local:
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]