diff options
author | giraffedata <giraffedata@9d0c8265-081b-0410-96cb-a4ca84ce46f8> | 2020-08-22 23:07:28 +0000 |
---|---|---|
committer | giraffedata <giraffedata@9d0c8265-081b-0410-96cb-a4ca84ce46f8> | 2020-08-22 23:07:28 +0000 |
commit | e57f3bbe2302fbae25d8256523eb24c13c2cdead (patch) | |
tree | bafbbd0a4d0a37892aa87ce71d93da18e6757c7c /GNUmakefile | |
parent | 7e040257350d11f891d2b7379e08adf94344480f (diff) | |
download | netpbm-mirror-e57f3bbe2302fbae25d8256523eb24c13c2cdead.tar.gz netpbm-mirror-e57f3bbe2302fbae25d8256523eb24c13c2cdead.tar.xz netpbm-mirror-e57f3bbe2302fbae25d8256523eb24c13c2cdead.zip |
Add ability to check whether Ppmsvgalib exists to be tested; unused today, as there is no Ppmsvgalib test
git-svn-id: http://svn.code.sf.net/p/netpbm/code/trunk@3924 9d0c8265-081b-0410-96cb-a4ca84ce46f8
Diffstat (limited to 'GNUmakefile')
-rw-r--r-- | GNUmakefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/GNUmakefile b/GNUmakefile index f07eed01..ebfb6d10 100644 --- a/GNUmakefile +++ b/GNUmakefile @@ -461,6 +461,7 @@ CHECK_VARS = \ JASPERLIB="$(JASPERLIB)" \ JBIGLIB="$(JBIGLIB)" \ JPEGLIB="$(JPEGLIB)" \ + LINUXSVGALIB="$(LINUXSVGALIB)" \ PNGLIB="$(PNGLIB)" \ TIFFLIB="$(TIFFLIB)" \ URTLIB="$(URTLIB)" \ |