[libpng16] Don't install pngcp; it conflicts with pngcp in the pngtools package.

Moved it from bin_PROGRAMS to check_PROGRAMS in Makefile.am so it will be
built but not installed.
This commit is contained in:
Glenn Randers-Pehrson
2016-08-13 21:23:42 -05:00
parent 2705f55221
commit 39df0ced18
3 changed files with 7 additions and 5 deletions

View File

@@ -12,13 +12,13 @@ PNGLIB_BASENAME= libpng@PNGLIB_MAJOR@@PNGLIB_MINOR@
ACLOCAL_AMFLAGS = -I scripts
# test programs - run on make check, make distcheck
check_PROGRAMS= pngtest pngunknown pngstest pngvalid pngimage
check_PROGRAMS= pngtest pngunknown pngstest pngvalid pngimage pngcp
if HAVE_CLOCK_GETTIME
check_PROGRAMS += timepng
endif
# Utilities - installed
bin_PROGRAMS= pngcp pngfix png-fix-itxt
bin_PROGRAMS= pngfix png-fix-itxt
# This ensures that pnglibconf.h gets built at the start of 'make all' or
# 'make check', but it does not add dependencies to the individual programs,