diff options
author | giraffedata <giraffedata@9d0c8265-081b-0410-96cb-a4ca84ce46f8> | 2016-11-27 22:06:27 +0000 |
---|---|---|
committer | giraffedata <giraffedata@9d0c8265-081b-0410-96cb-a4ca84ce46f8> | 2016-11-27 22:06:27 +0000 |
commit | c267823f944001e096f0e316588a56a4011435a9 (patch) | |
tree | 257599c13a7a0f338ce474ef3209ced0fb49ad3e /GNUmakefile | |
parent | 82a14e1f3dde2ec2283b6f841d2c5e6287c06d8c (diff) | |
download | netpbm-mirror-c267823f944001e096f0e316588a56a4011435a9.tar.gz netpbm-mirror-c267823f944001e096f0e316588a56a4011435a9.tar.xz netpbm-mirror-c267823f944001e096f0e316588a56a4011435a9.zip |
More skipping of tests of not-built components
git-svn-id: http://svn.code.sf.net/p/netpbm/code/trunk@2839 9d0c8265-081b-0410-96cb-a4ca84ce46f8
Diffstat (limited to 'GNUmakefile')
-rw-r--r-- | GNUmakefile | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/GNUmakefile b/GNUmakefile index aac9c0c9..4e10e12c 100644 --- a/GNUmakefile +++ b/GNUmakefile @@ -463,8 +463,12 @@ CHECK_VARS = \ JASPERLIB="$(JASPERLIB)" \ JBIGLIB="$(JBIGLIB)" \ JPEGLIB="$(JPEGLIB)" \ + PNGLIB="$(PNGLIB)" \ TIFFLIB="$(TIFFLIB)" \ - URTLIB="$(URTLIB)" + URTLIB="$(URTLIB)" \ + X11LIB="$(X11LIB)" \ + XML2_LIBS="$(XML2_LIBS)" \ + ZLIB="$(ZLIB)" # Test files in source tree. |