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 (24 lines) | stat: -rw-r--r-- 433 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
if HAVE_LIBAVIF
libgd_test_programs += \
	avif/avif_ptr_double_free
	avif/avif_im2im
	avif/avif_null
	avif/bad_input

if HAVE_LIBPNG
libgd_test_programs += \
	avif/compare_avif_to_png
endif

endif

EXTRA_DIST += \
	avif/CMakeLists.txt \
	avif/baboon.avif \
	avif/baboon.png \
	avif/dice_with_alpha.avif \
	avif/dice_with_alpha.png \
	avif/plum_blossom_12bit.avif \
	avif/plum_blossom_12bit.png \
	avif/sunset.avif \
	avif/sunset.png