[at-spi2-atk] Fix the build



commit 1b61976a56a7d9aad404f8c63ae454e3bb5982fe
Author: Kjartan Maraas <kmaraas gnome org>
Date:   Fri Aug 20 19:10:57 2010 +0200

    Fix the build

 Makefile.am |   10 +++++-----
 1 files changed, 5 insertions(+), 5 deletions(-)
---
diff --git a/Makefile.am b/Makefile.am
index 41f01c3..2e37d90 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -7,11 +7,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]