This commit is contained in:
Øyvind Saltvik 2012-08-08 13:12:51 +02:00
parent 71e13196f3
commit d6fcd4a5dc
3 changed files with 104 additions and 12 deletions

View file

@ -322,6 +322,8 @@ else:
library_dirs = ['/usr/lib', '/usr/local/lib']
libraries = ['telldus-core']
define_macros = []
define_macros.extend([('DATA_LENGTH', 20)])
telldus = Extension(
'telldus',