*_sources now collect all values of all its groups
This commit is contained in:
parent
bdf0d62321
commit
8427685faa
4 changed files with 606 additions and 616 deletions
|
@ -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")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue