File: Makemodule.am

package info (click to toggle)
libgd2 2.3.3-13
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 13,396 kB
  • sloc: ansic: 49,708; sh: 5,660; javascript: 1,859; cpp: 1,308; makefile: 345; perl: 197; tcl: 45
file content (23 lines) | stat: -rw-r--r-- 424 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
if HAVE_LIBJPEG
libgd_test_programs += \
	jpeg/jpeg_empty_file \
	jpeg/jpeg_im2im \
	jpeg/jpeg_null \
	jpeg/jpeg_ptr_double_free \
	jpeg/jpeg_resolution

if HAVE_LIBPNG
libgd_test_programs += \
	jpeg/bug_github_18 \
	jpeg/bug00338 \
	jpeg/jpeg_read
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