
Import('env');
env2=env.Copy();
env2.Append(CXXFLAGS = ['-Icommon/components/data']);
env2.Append(CXXFLAGS = ['-Icommon/components/audio']);
env2.Append(CXXFLAGS = env.gtkmm_flags['flags']);

env2.make_targets(env.common_objects)
