PPI: Checkin of first compiling (yet not working) version
[senf.git] / SConstruct
index 6a98c7d..50a148e 100644 (file)
@@ -14,7 +14,7 @@ env = SENFSCons.MakeEnvironment()
 # Configure build
 env.Append(
    CPPPATH = [ '#' ],
-   LIBS = [ 'iberty' ],
+   LIBS = [ 'iberty', '$BOOSTREGEXLIB' ],
    DOXY_XREF_TYPES = [ 'bug', 'fixme', 'todo', 'idea' ],
    DOXY_HTML_XSL = '#/doclib/html-munge.xsl',
    ENV = { 'TODAY' : str(datetime.date.today()),