File: Makemodule.am

package info (click to toggle)
libgd2 2.2.4-2%2Bdeb9u5
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 9,956 kB
  • sloc: ansic: 46,953; sh: 5,560; cpp: 1,325; makefile: 295; perl: 223; tcl: 45; awk: 43
file content (22 lines) | stat: -rw-r--r-- 407 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
if HAVE_LIBJPEG
libgd_test_programs += \
	jpeg/bug_github_18 \
	jpeg/jpeg_empty_file \
	jpeg/jpeg_im2im \
	jpeg/jpeg_null \
	jpeg/jpeg_ptr_double_free

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