summaryrefslogtreecommitdiff
path: root/Jamfile
diff options
context:
space:
mode:
authorTor Andersson <tor@ghostscript.com>2005-05-20 16:24:09 +0200
committerTor Andersson <tor@ghostscript.com>2005-05-20 16:24:09 +0200
commit7973f7fed6475ebade8b94e269c4df29296e32a3 (patch)
tree255d0900a2e1253b4e640919acb4604f53a6b2a6 /Jamfile
parent143a2db01c7bb9ea7194299ac382bd780fd94548 (diff)
downloadmupdf-7973f7fed6475ebade8b94e269c4df29296e32a3.tar.xz
xml mini-dom using expat
Diffstat (limited to 'Jamfile')
-rw-r--r--Jamfile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Jamfile b/Jamfile
index 38f99890..c2243b94 100644
--- a/Jamfile
+++ b/Jamfile
@@ -269,8 +269,7 @@ SubDir TOP samus ;
Library libsamus :
sa_zip.c
- # sa_xml.c
-
+ sa_xml.c
;
# --------------------------------------------------------------------------
@@ -287,6 +286,7 @@ APPLIST =
pdfmerge
pdfselect
samzip
+ samxml
;
for APP in $(APPLIST)