Ticket #37: setup.py.diff

File setup.py.diff, 239 bytes (added by sneves, at 2010-05-02T05:25:48Z)
Line 
1126c126
2<     cryptopp_src = [ os.path.join('cryptopp', x) for x in os.listdir('cryptopp') if x.endswith('.cpp') ]
3---
4>     cryptopp_src = [ os.path.join('cryptopp', x) for x in os.listdir('cryptopp') if x.endswith(('.cpp','.asm')) ]