summaryrefslogtreecommitdiff
path: root/Build/source/libs/gd/libgd-src/tests/jpeg/Makemodule.am
blob: bc196b197ba4379c8472099e40a54f2d79abe093 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
if HAVE_LIBJPEG
libgd_test_programs += \
	jpeg/bug_github_18 \
	jpeg/jpeg_empty_file \
	jpeg/jpeg_im2im \
	jpeg/jpeg_null

if HAVE_LIBPNG
libgd_test_programs += \
	jpeg/jpeg_read \
	jpeg/jpeg_resolution
endif
endif

EXTRA_DIST += \
	jpeg/CMakeLists.txt \
	jpeg/conv_test.jpeg \
	jpeg/conv_test_exp.png \
	jpeg/empty.jpeg \
	jpeg/github_bug_18_exp.jpeg \
	jpeg/github_bug_18.png