about summary refs log tree commit diff
path: root/converter/other/jbig/Makefile
diff options
context:
space:
mode:
authorgiraffedata <giraffedata@9d0c8265-081b-0410-96cb-a4ca84ce46f8>2015-05-02 02:28:29 +0000
committergiraffedata <giraffedata@9d0c8265-081b-0410-96cb-a4ca84ce46f8>2015-05-02 02:28:29 +0000
commitd7e14787c49408da8bc52359699dfd06b200d8b5 (patch)
treedcc475d22a3d7f7b24878c9f61c1f0f7d8fab4aa /converter/other/jbig/Makefile
parent177823c4c89a4e8af6ce79aa7d200f28c8df4bb8 (diff)
downloadnetpbm-mirror-d7e14787c49408da8bc52359699dfd06b200d8b5.tar.gz
netpbm-mirror-d7e14787c49408da8bc52359699dfd06b200d8b5.tar.xz
netpbm-mirror-d7e14787c49408da8bc52359699dfd06b200d8b5.zip
Don't build and install libjjbig, libjasper if we are using external versions
git-svn-id: http://svn.code.sf.net/p/netpbm/code/trunk@2477 9d0c8265-081b-0410-96cb-a4ca84ce46f8
Diffstat (limited to 'converter/other/jbig/Makefile')
-rw-r--r--converter/other/jbig/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/converter/other/jbig/Makefile b/converter/other/jbig/Makefile
index 946cb732..c4d7e9d6 100644
--- a/converter/other/jbig/Makefile
+++ b/converter/other/jbig/Makefile
@@ -5,7 +5,7 @@ endif
 SUBDIR = converter/other/jbig
 VPATH=.:$(SRCDIR)/$(SUBDIR)
 
-SUBDIRS = libjbig
+SUBDIRS =
 
 include $(BUILDDIR)/config.mk
 
@@ -35,6 +35,7 @@ SCRIPTS =
 
 ifeq ($(JBIGLIB),$(INTERNAL_JBIGLIB))
   JBIGLIB_DEP = $(JBIGLIB)
+  SUBDIRS += libjbig
 else
   # It's not our internal version; user's on his own to make sure it's built
 endif