summaryrefslogtreecommitdiff
path: root/tests/functional-tests/test-extraction-data/images/Makefile.am
blob: f9a2f143fb3aadd253ca046c96acb53b6892b275 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
imagedir = $(datadir)/tracker-tests/test-extraction-data/images

image_DATA = \
	test-image-2.png \
	test-image-2.expected

gifs = \
	xmp-loaded-1.gif \
	xmp-loaded-1.expected \
	comment-extension-block.expected \
	comment-extension-block.gif \
	corrupted-image.gif \
	corrupted-image.expected

tiffs = \
	test-image-3.tif \
	test-image-3.expected

jpegs = \
	test-image-1.jpg \
	test-image-1.expected \
	test-iptcdata-records.jpg \
	test-iptcdata-records.expected

if HAVE_LIBGIF
image_DATA += $(gifs)
endif

if HAVE_LIBTIFF
image_DATA += $(tiffs)
endif

if HAVE_LIBJPEG
image_DATA += $(jpegs)
endif

EXTRA_DIST = \
	$(image_DATA) \
	$(gifs) \
	$(tiffs) \
	$(jpegs)