*_sources now collect all values of all its groups

This commit is contained in:
BVK Chaitanya 2010-08-21 14:27:31 +05:30
parent bdf0d62321
commit 8427685faa
4 changed files with 606 additions and 616 deletions

View file

@ -277,7 +277,7 @@ for cipher_file in cipher_files:
conf.write ("module = {\n")
conf.write (" name = %s;\n" % modname)
for src in modfiles.split():
conf.write (" source = %s;\n" % src)
conf.write (" common = %s;\n" % src)
conf.write (" cflags = '$(CFLAGS_GCRY)';\n");
conf.write (" cppflags = '$(CPPFLAGS_GCRY)';\n");
conf.write ("};\n\n")