[gdk-pixbuf] tests: Fix srcdir != builddir



commit 7d649a6b480c22fdda23225b42bcfbbc5485b0ca
Author: Colin Walters <walters verbum org>
Date:   Fri May 31 20:40:02 2013 -0400

    tests: Fix srcdir != builddir

 tests/Makefile.am |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/tests/Makefile.am b/tests/Makefile.am
index 40b3b3a..196ce79 100644
--- a/tests/Makefile.am
+++ b/tests/Makefile.am
@@ -43,7 +43,7 @@ insttest_PROGRAMS =                   \
 insttest_DATA = test-image.png
 
 testimagedir = $(insttestdir)/test-images
-testimage_DATA = $(wildcard test-images/*)
+testimage_DATA = $(wildcard $(srcdir)/test-images/*)
 
 substitutions = \
        -e s,@pkglibexecdir\@,$(pkglibexecdir),g \


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