add clean and nice check for Tracks builds

This commit is contained in:
Paul Davis 2015-05-06 13:15:09 -04:00
parent 8a9dc2c2d5
commit e1bd9401d5
3 changed files with 11 additions and 3 deletions

View file

@ -86,7 +86,7 @@ def configure(conf):
def build(bld):
sources = gtkmm2ext_sources
if bld.env['PROGRAM_NAME'] == 'TracksLive':
if bld.is_tracks_build():
sources += [ 'waves_fastmeter.cc' ]
else:
sources += [ 'fastmeter.cc' ]