make sure cairo internal header is installed when needed.

This commit is contained in:
Mathieu Lacage
2006-12-04 10:34:02 +01:00
parent 16e62faea8
commit 90d2fc50e9

View File

@@ -78,8 +78,10 @@ if high_precision_as_double == 'y':
simu.add_inst_header ('high-precision-double.h')
simu.add_source ('high-precision-double.cc')
else:
simu.add_inst_header ('high-precision-128.h')
simu.add_header ('cairo-wideint-private.h')
simu.add_inst_headers ([
'high-precision-128.h',
'cairo-wideint-private.h'
])
simu.add_sources ([
'high-precision-128.cc',
'cairo-wideint.c',