make sure cairo internal header is installed when needed.
authorMathieu Lacage <mathieu.lacage@sophia.inria.fr>
Mon, 04 Dec 2006 10:34:02 +0100
changeset 171 64cafe7b7baf
parent 170 9f68cb694f40
child 172 07e0a7e0cbc4
make sure cairo internal header is installed when needed.
SConstruct
--- a/SConstruct	Mon Dec 04 10:33:02 2006 +0100
+++ b/SConstruct	Mon Dec 04 10:34:02 2006 +0100
@@ -78,8 +78,10 @@
     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',