Possibly hacky fix for tests on newer Ubuntu (or maybe

its gcc 4.6.3)


git-svn-id: svn://localhost/ardour2/branches/3.0@12110 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
Carl Hetherington 2012-04-27 16:43:05 +00:00
parent 0c005b9b84
commit e455805d2b

View File

@ -142,6 +142,7 @@ def build(bld):
testobj.includes = obj.includes + ['test', '../pbd']
testobj.uselib = 'CPPUNIT XML SNDFILE'
testobj.use = 'libpbd'
testobj.linkflags = ['-lrt']
def shutdown():