[gegl] tests: Make images.stamp shared library dependencies work



commit 9196453e03cfc61470183a01acefb4e13d33a8f5
Author: Martin Nordholts <martinn src gnome org>
Date:   Wed Jul 7 08:07:30 2010 +0200

    tests: Make images.stamp shared library dependencies work

 tests/compositions/Makefile.am |    4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)
---
diff --git a/tests/compositions/Makefile.am b/tests/compositions/Makefile.am
index 7bc2123..1d804c5 100644
--- a/tests/compositions/Makefile.am
+++ b/tests/compositions/Makefile.am
@@ -27,7 +27,9 @@ builddir_img_cmp = $(builddir_gegl_env) $(img_cmp_bin)
 # For simplicity, use the same time stamp for output of all
 # compositions. Use the same output file as in the reference dir
 images.stamp: $(wildcard $(srcdir)/*.xml) \
-              $(wildcard $(top_builddir)/operations/*/*$(SHREXT)) \
+              $(wildcard $(top_builddir)/operations/.libs/*$(SHREXT)) \
+              $(wildcard $(top_builddir)/operations/*/.libs/*$(SHREXT)) \
+              $(wildcard $(top_builddir)/operations/*/*/.libs/*$(SHREXT)) \
 	      $(top_builddir)/gegl/libgegl-$(GEGL_API_VERSION).la \
 	      $(gegl_bin)
 	@echo "--[doing XML composition test renderings]--"



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