about summary refs log tree commit diff
path: root/converter/other/jbig
diff options
context:
space:
mode:
authorgiraffedata <giraffedata@9d0c8265-081b-0410-96cb-a4ca84ce46f8>2014-06-16 02:46:44 +0000
committergiraffedata <giraffedata@9d0c8265-081b-0410-96cb-a4ca84ce46f8>2014-06-16 02:46:44 +0000
commit5b2ab4418541e294abff56a37d861a4f1cc38db9 (patch)
tree2c0bdbfe01dc3ed6c46b067557a924b6d4af47af /converter/other/jbig
parent15a1a702e2fc9e590820a377d766a8c23ed0dc2b (diff)
downloadnetpbm-mirror-5b2ab4418541e294abff56a37d861a4f1cc38db9.tar.gz
netpbm-mirror-5b2ab4418541e294abff56a37d861a4f1cc38db9.tar.xz
netpbm-mirror-5b2ab4418541e294abff56a37d861a4f1cc38db9.zip
Release 10.66.03
git-svn-id: http://svn.code.sf.net/p/netpbm/code/advanced@2204 9d0c8265-081b-0410-96cb-a4ca84ce46f8
Diffstat (limited to 'converter/other/jbig')
-rw-r--r--converter/other/jbig/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/converter/other/jbig/Makefile b/converter/other/jbig/Makefile
index b5f4e14a..812bbbde 100644
--- a/converter/other/jbig/Makefile
+++ b/converter/other/jbig/Makefile
@@ -11,7 +11,9 @@ LIBJBIG_OBJECTS = jbig.o jbig_tab.o
 
 EXTERN_INCLUDES =
 ifneq ($(JBIGHDR_DIR),NONE)
-  EXTERN_INCLUDES += -I$(JBIGHDR_DIR)
+  ifneq ($(JBIGHDR_DIR)x,x)
+    EXTERN_INCLUDES += -I$(JBIGHDR_DIR)
+  endif
 endif
 
 ifneq ($(JBIGHDR_DIR),NONE)