X-Git-Url: http://g0dil.de/git?a=blobdiff_plain;f=SConstruct;h=19eadb3de4709b98ec2c00e96295a26fb0dac729;hb=7a1093db9def94e1cc1aac873f98e28b92fde889;hp=fce3c2d0de8f24433fb48553bcb9cc44bef7d364;hpb=bf6bdcb90de19ed474535d41c5519518921b717b;p=senf.git diff --git a/SConstruct b/SConstruct index fce3c2d..19eadb3 100644 --- a/SConstruct +++ b/SConstruct @@ -142,7 +142,7 @@ def configFilesOpts(target, source, env, for_signature): env.Append( CPPPATH = [ '#/include' ], - LIBS = [ 'readline', '$BOOSTREGEXLIB', '$BOOSTIOSTREAMSLIB' ], + LIBS = [ 'readline', 'rt', '$BOOSTREGEXLIB', '$BOOSTIOSTREAMSLIB' ], TEST_EXTRA_LIBS = [ '$BOOSTFSLIB' ], DOXY_XREF_TYPES = [ 'bug', 'fixme', 'todo', 'idea' ], DOXY_HTML_XSL = '#/doclib/html-munge.xsl',