more work

This commit is contained in:
Bob 2014-02-09 19:04:30 +01:00
parent 0dcb18930f
commit 84bbda5fe0
4 changed files with 85 additions and 1 deletions

View file

@ -22,7 +22,8 @@ def configure(conf):
conf.write_config_header('config.h')
def build(bld):
bld.program(source='src/main.cpp',
bld.program(source='src/main.cpp\
src/ampswitch.cpp',
use=['jack'],
includes='./src',
cxxflags='-Wall -g',