summaryrefslogtreecommitdiff
path: root/Jamfile
diff options
context:
space:
mode:
authorTor Andersson <tor@ghostscript.com>2009-02-28 17:47:50 +0100
committerTor Andersson <tor@ghostscript.com>2009-02-28 17:47:50 +0100
commit9d1fbd85969dbfcf5de9e458f7d9387f3fc8959c (patch)
tree163e47d4656492c873d19006bae9f697a3565ff6 /Jamfile
parent4ee4da1c6d2db727790dd72a60a7f29d43e802b9 (diff)
downloadmupdf-9d1fbd85969dbfcf5de9e458f7d9387f3fc8959c.tar.xz
Merge and move header files into the source directories.
Diffstat (limited to 'Jamfile')
-rw-r--r--Jamfile4
1 files changed, 3 insertions, 1 deletions
diff --git a/Jamfile b/Jamfile
index 8543c38a..d3a55fe3 100644
--- a/Jamfile
+++ b/Jamfile
@@ -8,7 +8,9 @@
SubDir TOP ;
-HDRS = [ FDirName $(TOP) include ] ;
+HDRS += [ FDirName $(TOP) fitz ] ;
+HDRS += [ FDirName $(TOP) mupdf ] ;
+HDRS += [ FDirName $(TOP) apps ] ;
SubInclude TOP fitz ;
SubInclude TOP fitzdraw ;