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 (26 lines) | stat: -rw-r--r-- 472 bytes parent folder | download | duplicates (4)
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
libgd_test_programs += \
	tga/bug00084 \
	tga/bug00247 \
	tga/bug00247a \
	tga/bug00248 \
	tga/bug00248a \
	tga/heap_overflow \
	tga/tga_null

if HAVE_LIBPNG
libgd_test_programs += \
	tga/tga_read
endif

EXTRA_DIST += \
	tga/CMakeLists.txt \
	tga/bug00084.tga \
	tga/bug00247.tga \
	tga/bug00247a.tga \
	tga/bug00248.tga \
	tga/bug00248a.tga \
	tga/heap_overflow_1.tga \
	tga/heap_overflow_2.tga \
	tga/tga_read_rgb.png \
	tga/tga_read_rgb.tga \
	tga/tga_read_rgb_rle.tga