summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBenjamin Otte <otte@redhat.com>2015-10-13 12:14:24 +0200
committerBenjamin Otte <otte@redhat.com>2015-10-13 12:14:24 +0200
commitbcc6a3bad8d6eb50179608c8d1d45403a76816b3 (patch)
treedc86de3be304ba8735290cec9858c504ee83dc6b
parent7ec2bd239421ac18d56194160f21aa3262bd2312 (diff)
downloadgdk-pixbuf-bcc6a3bad8d6eb50179608c8d1d45403a76816b3.tar.gz
tests: Only install files, not directories
Use the *.* glob instead of * to bypass directories and only install files.
-rw-r--r--tests/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/Makefile.am b/tests/Makefile.am
index 45289f253..c765382d2 100644
--- a/tests/Makefile.am
+++ b/tests/Makefile.am
@@ -61,7 +61,7 @@ dist_installed_test_data = \
large.jpg \
$(wildcard $(srcdir)/test-images/fail/*) \
$(wildcard $(srcdir)/test-images/randomly-modified/*) \
- $(wildcard $(srcdir)/test-images/reftests/*) \
+ $(wildcard $(srcdir)/test-images/reftests/*.*) \
$(wildcard $(srcdir)/test-images/reftests/tga/*) \
$(NULL)