[clutter/clutter-1.16] Fix build with --enable-installed-tests



commit ada04546f07e5dd9c2eae86d3be7f27d750ca531
Author: Matthias Clasen <mclasen redhat com>
Date:   Mon Jun 24 13:37:41 2013 -0400

    Fix build with --enable-installed-tests
    
    Space, the ultimate frontier...and the breaker of Makefiles.

 tests/accessibility/Makefile.am |    8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)
---
diff --git a/tests/accessibility/Makefile.am b/tests/accessibility/Makefile.am
index 4862b95..5b2e12e 100644
--- a/tests/accessibility/Makefile.am
+++ b/tests/accessibility/Makefile.am
@@ -44,10 +44,10 @@ insttest_PROGRAMS = \
        cally-clone-example
 
 %.test: %$(EXEEXT) Makefile
-        $(AM_V_GEN) (echo '[Test]' > $  tmp; \
-        echo 'Type=session' >> $  tmp; \
-        echo 'Exec=$(insttestdir)/$<' >> $  tmp; \
-        mv $  tmp $@)
+       $(AM_V_GEN) (echo '[Test]' > $  tmp; \
+       echo 'Type=session' >> $  tmp; \
+       echo 'Exec=$(insttestdir)/$<' >> $  tmp; \
+       mv $  tmp $@)
 
 testmetadir = $(datadir)/installed-tests/$(PACKAGE)
 testmeta_DATA = $(insttest_PROGRAMS:=.test)


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