Import("env_smtbx_boost_python_ext")
env = env_smtbx_boost_python_ext.Clone()
env.SharedLibrary(target="#lib/smtbx_structure_factors_direct_ext", source=[
  "ext.cpp",
  "standard_xray.cpp",
])
