summaryrefslogtreecommitdiff
path: root/Jamfile
diff options
context:
space:
mode:
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
;