summaryrefslogtreecommitdiff
path: root/src/base/Jamfile
diff options
context:
space:
mode:
Diffstat (limited to 'src/base/Jamfile')
-rw-r--r--src/base/Jamfile14
1 files changed, 9 insertions, 5 deletions
diff --git a/src/base/Jamfile b/src/base/Jamfile
index 945b05cd2..2c486d116 100644
--- a/src/base/Jamfile
+++ b/src/base/Jamfile
@@ -30,11 +30,15 @@ SubDir FT2_TOP $(FT2_SRC_DIR) base ;
# Add the optional/replaceable files.
#
-Library $(FT2_LIB) : ftsystem.c ftinit.c ftglyph.c ftmm.c ftbdf.c
- ftbbox.c ftdebug.c ftxf86.c fttype1.c ftpfr.c
- ftstroke.c ftwinfnt.c ftotval.c ftgxval.c ftbitmap.c
- ftsynth.c
- ;
+{
+ local _sources = system init glyph mm bdf
+ bbox debug xf86 type1 pfr
+ stroke winfnt otval bitmap synth
+ gxval
+ ;
+
+ Library $(FT2_LIB) : ft$(_sources).c ;
+}
# Add Macintosh-specific file to the library when necessary.
#