summaryrefslogtreecommitdiff
path: root/src/autofit/Jamfile
blob: 3253c821ede152c2c1136220584e9791a4191486 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
SubDir FT2_TOP src autofit ;

{
  local  _sources ;

  if $(FT2_MULTI)
  {
    _sources = afangles afglobal afhints aflatin afloader afmodule ;
  }
  else
  {
    _sources = autofit ;
  }

  Library  $(FT2_LIB) : $(_sources).c ;
}

# end of src/autofir Jamfile