diff options
author | Tor Andersson <tor@ghostscript.com> | 2005-05-20 16:24:09 +0200 |
---|---|---|
committer | Tor Andersson <tor@ghostscript.com> | 2005-05-20 16:24:09 +0200 |
commit | 7973f7fed6475ebade8b94e269c4df29296e32a3 (patch) | |
tree | 255d0900a2e1253b4e640919acb4604f53a6b2a6 /Jamfile | |
parent | 143a2db01c7bb9ea7194299ac382bd780fd94548 (diff) | |
download | mupdf-7973f7fed6475ebade8b94e269c4df29296e32a3.tar.xz |
xml mini-dom using expat
Diffstat (limited to 'Jamfile')
-rw-r--r-- | Jamfile | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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) |