diff options
author | giraffedata <giraffedata@9d0c8265-081b-0410-96cb-a4ca84ce46f8> | 2017-02-09 02:34:38 +0000 |
---|---|---|
committer | giraffedata <giraffedata@9d0c8265-081b-0410-96cb-a4ca84ce46f8> | 2017-02-09 02:34:38 +0000 |
commit | 0d001a0736cf5eb37caeda6cef99be044160ab63 (patch) | |
tree | 6503a7e30a95366387a45b298bce531a4a45e5ce /GNUmakefile | |
parent | 233fc3732e9f5e5f8e4987f23adac923b62a5798 (diff) | |
download | netpbm-mirror-0d001a0736cf5eb37caeda6cef99be044160ab63.tar.gz netpbm-mirror-0d001a0736cf5eb37caeda6cef99be044160ab63.tar.xz netpbm-mirror-0d001a0736cf5eb37caeda6cef99be044160ab63.zip |
Various new tests and other test improvements from afu
git-svn-id: http://svn.code.sf.net/p/netpbm/code/trunk@2889 9d0c8265-081b-0410-96cb-a4ca84ce46f8
Diffstat (limited to 'GNUmakefile')
-rw-r--r-- | GNUmakefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/GNUmakefile b/GNUmakefile index e5789c00..6f9eb41c 100644 --- a/GNUmakefile +++ b/GNUmakefile @@ -455,7 +455,8 @@ CHECK_VARS = \ URTLIB="$(URTLIB)" \ X11LIB="$(X11LIB)" \ XML2_LIBS="$(XML2_LIBS)" \ - ZLIB="$(ZLIB)" + LEX="$(LEX)" \ + ZLIB="$(ZLIB)" \ # Test files in source tree. |