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
|
if HAVE_LIBPNG
libgd_test_programs += \
gdimagerotate/php_bug_64898 \
gdimagerotate/php_bug_65070
endif
EXTRA_DIST += \
gdimagerotate/CMakeLists.txt \
gdimagerotate/bug00067_000_exp.png \
gdimagerotate/bug00067_015_exp.png \
gdimagerotate/bug00067_030_exp.png \
gdimagerotate/bug00067_045_exp.png \
gdimagerotate/bug00067_060_exp.png \
gdimagerotate/bug00067_075_exp.png \
gdimagerotate/bug00067_090_exp.png \
gdimagerotate/bug00067_105_exp.png \
gdimagerotate/bug00067_120_exp.png \
gdimagerotate/bug00067_135_exp.png \
gdimagerotate/bug00067_150_exp.png \
gdimagerotate/bug00067_165_exp.png \
gdimagerotate/bug00067_180_exp.png \
gdimagerotate/php_bug_64898.png \
gdimagerotate/php_bug_64898_exp.png \
gdimagerotate/php_bug_65070.gif \
gdimagerotate/php_bug_65070_exp.png \
gdimagerotate/remirh128.png
|