X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Fstaticlibrary.cpp;h=2bb17fc04b9ff47b1f0552039f04687a2cc571f5;hb=5ed38947b3fabd977a7f68b512115fe1456ea096;hp=f63eb166e707cf9908190eeb276a29beec7b14ad;hpb=968db78efd29b1f4890068693728299b2c7c92c7;p=builder.git diff --git a/source/staticlibrary.cpp b/source/staticlibrary.cpp index f63eb16..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"; }