Break the "to infinity and beyond" stuff

This commit is contained in:
Sebastien Barre 2001-11-08 11:40:06 -05:00
parent 3acc545b06
commit 53f8721f99
1 changed files with 1 additions and 0 deletions

View File

@ -91,6 +91,7 @@ bool cmAddLibraryCommand::InitialPass(std::vector<std::string> const& args)
std::string copy = *s;
m_Makefile->ExpandVariablesInString(copy);
srclists.push_back(copy);
++s;
}
m_Makefile->AddLibrary(libname.c_str(), shared, srclists);