diff options
Diffstat (limited to 'converter/other/Makefile')
-rw-r--r-- | converter/other/Makefile | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/converter/other/Makefile b/converter/other/Makefile index 3dd94ce1..7d4fecc2 100644 --- a/converter/other/Makefile +++ b/converter/other/Makefile @@ -95,6 +95,12 @@ ifeq ($(TIFFLIB_NEEDS_Z),Y) endif endif +# TIFFLIB_USERLIBS is for the user to set manually, on the make command line +# or manually added to config.mk. There are arcane situations where the TIFF +# library refers to additional libraries not handled above. + +TIFFLIB_EXTRALIBS += $(TIFFLIB_USERLIBS) + # Pnmtops's "flate" compression function requires libz. But if we don't # have libz, we still build Pnmtops; we just omit the flate compression # capability. |