from bento.commands import hooks

@hooks.pre_build
def pre_build(context):
    context.tweak_extension("_ccallback_c", includes='src')
