X-Git-Url: http://g0dil.de/git?a=blobdiff_plain;f=SConstruct;h=d1b492c04545143a2cf77baf3d6177a867e93938;hb=962f88fbbfc6f4da1502088dfa94273e7fbd3c80;hp=3ae0d5eac4362940a380bc4a527e3de24d51e8dd;hpb=925317c7f45c32b01ab9292023db3f372b74bf0f;p=senf.git diff --git a/SConstruct b/SConstruct index 3ae0d5e..d1b492c 100644 --- a/SConstruct +++ b/SConstruct @@ -154,7 +154,7 @@ INLINE_OPTS = [ '-finline-limit=5000' ] env.Append( CPPPATH = [ '#/include' ], CXXFLAGS = [ '-Wall', '-Woverloaded-virtual', '-Wno-long-long' ] + INLINE_OPTS, - LIBS = [ 'readline', 'rt', '$BOOSTREGEXLIB', '$BOOSTIOSTREAMSLIB' ], + LIBS = [ 'readline', 'rt', '$BOOSTREGEXLIB', '$BOOSTIOSTREAMSLIB', '$BOOSTSIGNALSLIB' ], TEST_EXTRA_LIBS = [ '$BOOSTFSLIB' ], DOXY_XREF_TYPES = [ 'bug', 'fixme', 'todo', 'idea' ], DOXY_HTML_XSL = '#/doclib/html-munge.xsl', @@ -196,7 +196,7 @@ Export('env') # Create Doxyfile.local otherwise doxygen will barf on this non-existent file # Create it even when cleaning, to silence the doxygen builder warnings -if not env.GetOption('clean') and not os.path.exists("Doxyfile.local"): +if not os.path.exists("Doxyfile.local"): Execute(Touch("Doxyfile.local")) # Create local_config.h