* Jamfile: small fix to ensure that ftexport.sym is placed in the
        same location than other generated objects (i.e. within the 'objs'
        directory of the current dir)
diff --git a/Jamfile b/Jamfile
index 2a3a2fb..b3e9d24 100644
--- a/Jamfile
+++ b/Jamfile
@@ -158,6 +158,8 @@
   local  apinames = apinames$(SUFEXE) ;
   local  headers  = [ Glob $(2) : *.h ] ;
 
+  LOCATE on $(1) = $(ALL_LOCATE_TARGET) ;
+
   APINAMES on $(1) = apinames$(SUFEXE) ;
 
   Depends            $(1) : $(apinames) $(headers) ;