# HG changeset patch
# User Jean-Pierre Flori <jean-pierre.flori@ssi.gouv.fr>
# Date 1344461461 -7200
# Node ID 69dee84ab49d57a08f52dba126660920db3c4130
# Parent 37a50ce1779b6e4a089c65682d3c4d936c1d8d2c
#13351: libLfunction headers now install in libLfunction dir
diff --git a/module_list.py b/module_list.py
a
|
b
|
|
620 | 620 | sources = ['sage/libs/lcalc/lcalc_Lfunction.pyx'], |
621 | 621 | libraries = ['m', 'ntl', 'mpfr', 'gmp', 'gmpxx', |
622 | 622 | 'Lfunction', 'stdc++'], |
623 | | include_dirs = [SAGE_INC + "lcalc/"], |
| 623 | include_dirs = [SAGE_INC + "libLfunction/"], |
624 | 624 | extra_compile_args=["-O3", "-ffast-math"], |
625 | 625 | language = 'c++'), |
626 | 626 | |