about summary refs log tree commit diff
diff options
context:
space:
mode:
authorgiraffedata <giraffedata@9d0c8265-081b-0410-96cb-a4ca84ce46f8>2012-04-03 02:35:29 +0000
committergiraffedata <giraffedata@9d0c8265-081b-0410-96cb-a4ca84ce46f8>2012-04-03 02:35:29 +0000
commitf1cbd0b60ba31c4b4ea0c2802e91818393e8187f (patch)
treed947a0e0cf07302bbed12248449518c59839a875
parenta4d204edc94e230949336987690be4467190e2bf (diff)
downloadnetpbm-mirror-f1cbd0b60ba31c4b4ea0c2802e91818393e8187f.tar.gz
netpbm-mirror-f1cbd0b60ba31c4b4ea0c2802e91818393e8187f.tar.xz
netpbm-mirror-f1cbd0b60ba31c4b4ea0c2802e91818393e8187f.zip
Add TIFFLIB_USERLIBS
git-svn-id: http://svn.code.sf.net/p/netpbm/code/trunk@1674 9d0c8265-081b-0410-96cb-a4ca84ce46f8
-rw-r--r--converter/other/Makefile6
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.