summaryrefslogtreecommitdiff
path: root/Jamfile
diff options
context:
space:
mode:
authorTor Andersson <tor@ghostscript.com>2005-04-14 13:31:14 +0200
committerTor Andersson <tor@ghostscript.com>2005-04-14 13:31:14 +0200
commitf926106a92ece6a0c14ec8c3de5ecb0e1894b2eb (patch)
tree4a57fdba23c72f7a038deabc4ef46ed17a45bde2 /Jamfile
parent93cb0dacf164ac3e9d3e7089fc7d2f0beb7715b4 (diff)
downloadmupdf-f926106a92ece6a0c14ec8c3de5ecb0e1894b2eb.tar.xz
update x11pdf part 1
Diffstat (limited to 'Jamfile')
-rw-r--r--Jamfile4
1 files changed, 3 insertions, 1 deletions
diff --git a/Jamfile b/Jamfile
index f49db8ae..ff0ff880 100644
--- a/Jamfile
+++ b/Jamfile
@@ -255,6 +255,9 @@ Library libmupdf :
pdf_resources.c
pdf_store.c
+ # ahem. how did this get here?
+ pdfapp.c
+
;
@@ -290,7 +293,6 @@ if $(OS) = MINGW
SubDir TOP apps windows ;
Main ghostpdf :
- pdfapp.c
winmain.c
winres.rc
;