From 5d9ea0e48a1e5fbc30741b8654f0cd45af559d75 Mon Sep 17 00:00:00 2001 From: Dongryeol Lee Date: Wed, 14 May 2008 19:37:52 +0000 Subject: [PATCH] Fixed the build file so that it compiles. --- fastlib2/mlpack/series_expansion/build.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fastlib2/mlpack/series_expansion/build.py b/fastlib2/mlpack/series_expansion/build.py index 3e467d9254..25e46c19fe 100644 --- a/fastlib2/mlpack/series_expansion/build.py +++ b/fastlib2/mlpack/series_expansion/build.py @@ -8,7 +8,7 @@ librule( "mult_farfield_expansion_impl.h", "kernel_aux.h", "local_expansion.h", - "local_expansion_impl.h" + "local_expansion_impl.h", "mult_local_expansion.h", "mult_local_expansion_impl.h", "mult_series_expansion_aux.h",