X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Fstaticlibrary.cpp;h=2bb17fc04b9ff47b1f0552039f04687a2cc571f5;hb=69cdee2c53972c1dd7e1b9d83ddcd8f6c3c589f7;hp=8e3950f7d97eea35e62c805fa99540f2c6b1d411;hpb=5881b8499dc159564d2f69c3b037e16b4d1af4db;p=builder.git diff --git a/source/staticlibrary.cpp b/source/staticlibrary.cpp index 8e3950f..2bb17fc 100644 --- a/source/staticlibrary.cpp +++ b/source/staticlibrary.cpp @@ -16,7 +16,7 @@ StaticLibrary::StaticLibrary(Builder &b, const Component &c, const list::const_iterator i=objs.begin(); i!=objs.end(); ++i) - add_depend(**i); + add_dependency(**i); install_location = "lib"; }