[at-spi] Fix build



commit 676d87731f451f8595dc7ca034fc4d4d6c85f8ae
Author: Kjartan Maraas <kmaraas gnome org>
Date:   Fri Aug 20 18:54:56 2010 +0200

    Fix build

 Makefile.am |   10 +++++-----
 1 files changed, 5 insertions(+), 5 deletions(-)
---
diff --git a/Makefile.am b/Makefile.am
index 4385011..8b28cf2 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -12,11 +12,11 @@ schemas_DATA     = $(schemas_in_files:.schemas.in=.schemas)
 
 if GCONF_SCHEMAS_INSTALL
 install-data-local:
-                if test -z "$(DESTDIR)" ; then \
-                        for p in $(schemas_DATA) ; do \
-                                GCONF_CONFIG_SOURCE=$(GCONF_SCHEMA_CONFIG_SOURCE) $(GCONFTOOL) --makefile-install-rule $(top_builddir)/data/$$p ; \
-                        done \
-                fi
+		if test -z "$(DESTDIR)" ; then \
+			for p in $(schemas_DATA) ; do \
+				GCONF_CONFIG_SOURCE=$(GCONF_SCHEMA_CONFIG_SOURCE) $(GCONFTOOL) --makefile-install-rule $(top_builddir)/$$p ; \
+			done \
+		fi
 else
 install-data-local:
 endif



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]