merge scons (small improvement)

This commit is contained in:
Fischlurch 2008-02-18 04:28:54 +01:00
commit c4d8c8ffdc
2 changed files with 1 additions and 2 deletions

View file

@ -264,7 +264,7 @@ def definePostBuildTargets(env, artifacts):
il = env.Alias('install-lib', '$DESTDIR/lib')
env.Alias('install', [ib, il])
build = env.Alias('build', '$BINDIR')
build = env.Alias('build', artifacts['cinelerra']+artifacts['plugins'])
allbu = env.Alias('allbuild', build+artifacts['testsuite'])
env.Default('build')
# additional files to be cleaned when cleaning 'build'

View file

@ -34,6 +34,5 @@ int main (int argc, char* argv[])
{
cout << "*** Cinelerra NLE for Linux ***" << endl
<< " Version: " << Appconfig::get("version") << endl;
assert(true);
return 0;
}