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


file_list=[\
'interface_widget_envelope.cpp',\
]

env2.Library('libgui-gtk_audio.a', file_list);
