summaryrefslogtreecommitdiff
path: root/Jamfile
diff options
context:
space:
mode:
authorTor Andersson <tor@ghostscript.com>2005-05-20 15:30:16 +0200
committerTor Andersson <tor@ghostscript.com>2005-05-20 15:30:16 +0200
commit8427d9ba5630675431dd0e3289da631fd159a8fa (patch)
treed2d9021bec21e8fff70c1946584cc93ad0c59d5a /Jamfile
parent4214d9ea3d5d219f1e6e3f3ade5a5b1dee794159 (diff)
downloadmupdf-8427d9ba5630675431dd0e3289da631fd159a8fa.tar.xz
stripped and cleaned zip archive code
Diffstat (limited to 'Jamfile')
-rw-r--r--Jamfile10
1 files changed, 4 insertions, 6 deletions
diff --git a/Jamfile b/Jamfile
index 7156b95d..38f99890 100644
--- a/Jamfile
+++ b/Jamfile
@@ -16,8 +16,8 @@ ALL_LOCATE_TARGET = [ FDirName $(TOP) build $(BUILD) ] ;
BINDIR = [ FDirName $(TOP) dist ] ;
-LINKLIBS = $(FREETYPELD) -ljpeg -lz -lm ;
-FITZLIBS = libmupdf libstream libfitz librender libfonts ;
+LINKLIBS = $(FREETYPELD) -lexpat -ljpeg -lz -lm ;
+FITZLIBS = libsamus libmupdf libstream libfitz librender libfonts ;
if $(HAVE_JASPER) = yes
{
@@ -268,14 +268,11 @@ Library libmupdf :
SubDir TOP samus ;
Library libsamus :
- # sa_zip.c
+ sa_zip.c
# sa_xml.c
;
-Main foo : sa_zip.c ;
-LinkLibraries foo : $(FITZLIBS) ;
-
# --------------------------------------------------------------------------
#
# Build simple portable apps
@@ -289,6 +286,7 @@ APPLIST =
pdfdebug
pdfmerge
pdfselect
+ samzip
;
for APP in $(APPLIST)