*** Makefile.config.ORIG Thu May 8 11:52:18 2008 --- Makefile.config Thu May 8 11:55:27 2008 *************** *** 446,453 **** JBIGHDR_DIR = $(SRCDIR)/converter/other/jbig # The Jasper JPEG-2000 image compression library (aka JasPer): ! JASPERLIB = $(INTERNAL_JASPERLIB) ! JASPERHDR_DIR = $(INTERNAL_JASPERHDR_DIR) # JASPERDEPLIBS is the libraries (-l options or file names) on which # The Jasper library depends -- i.e. what you have to link into any # executable that links in the Jasper library. --- 446,453 ---- JBIGHDR_DIR = $(SRCDIR)/converter/other/jbig # The Jasper JPEG-2000 image compression library (aka JasPer): ! JASPERLIB = /opt/freeware/lib/libjasper.a ! JASPERHDR_DIR = /opt/freeware/include/jasper # JASPERDEPLIBS is the libraries (-l options or file names) on which # The Jasper library depends -- i.e. what you have to link into any # executable that links in the Jasper library. *** converter/other/jpeg2000/Makefile.ORIG Thu May 8 11:50:36 2008 --- converter/other/jpeg2000/Makefile Thu May 8 11:50:30 2008 *************** *** 5,11 **** SUBDIR = converter/other/jpeg2000 VPATH=.:$(SRCDIR)/$(SUBDIR) ! SUBDIRS = libjasper include $(BUILDDIR)/Makefile.config --- 5,11 ---- SUBDIR = converter/other/jpeg2000 VPATH=.:$(SRCDIR)/$(SUBDIR) ! SUBDIRS = include $(BUILDDIR)/Makefile.config