#!/usr/bin/python Import("env") env.UsePackage("taglib") res = Glob("*.cpp") + SConscript("tags/Sconscript") Return("res")