summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorHiroyuki Ikezoe <hiikezoe@gnome.org>2010-05-01 09:11:20 +0900
committerHiroyuki Ikezoe <hiikezoe@gnome.org>2010-05-01 09:11:20 +0900
commit71d0c5ce10c9942f918fcb7133a6b00df2cc5c2a (patch)
tree4d81e2f37cad2dce1088663f1049d332fab8f58d /tests
parent99d255780e79b2295bd80aff7444144dbe3088f6 (diff)
downloadlibrsvg-71d0c5ce10c9942f918fcb7133a6b00df2cc5c2a.tar.gz
fix test-utils.h missing.
Diffstat (limited to 'tests')
-rw-r--r--tests/Makefile.am4
1 files changed, 3 insertions, 1 deletions
diff --git a/tests/Makefile.am b/tests/Makefile.am
index 748477e3..81e7af1f 100644
--- a/tests/Makefile.am
+++ b/tests/Makefile.am
@@ -25,7 +25,9 @@ CLEANFILES = $(TESTS)
DISTCLEANFILES = rsvg-test.html \
rsvg-test.log
-libtest_utils_la_SOURCES = test-utils.c
+libtest_utils_la_SOURCES = \
+ test-utils.c \
+ test-utils.h
EXTRA_DIST = \
fixtures/dimensions/bug564527.svg \