Build combined library 'libsenf.a' and restructure debian packages
[senf.git] / senfscons / SENFSCons.py
index 0719475..fd969c5 100644 (file)
@@ -248,7 +248,8 @@ def MakeEnvironment():
                    LINKFLAGS = [ '-g' ])
 
     env.Append(CPPDEFINES = [ '$EXTRA_DEFINES' ],
-               LIBS = [ '$EXTRA_LIBS' ])
+               LIBS = [ '$EXTRA_LIBS' ],
+               ALLLIBS = [])
 
     return env