diff --git a/SConstruct b/SConstruct
index cb04af999ebc51f43c6f6cba7753255fce1e9e73..77b5b023db702f6d6c6ac0cb9decb92161004e8b 100644
--- a/SConstruct
+++ b/SConstruct
@@ -10,7 +10,8 @@ SatSCons.UseDoxygen();
 env = SatSCons.MakeEnvironment();
 
 env.Append(
-   CPPPATH = [ '#..', '#' ]
+   CPPPATH = [ '#' ],
+   LIBS = [ 'iberty' ]
 )
 
 Export('env')