瀏覽代碼

Update Makefile.am for quadruple precision.

- Add quad_utils.hpp and quad_utils.txx to the list of installed header
  files in Makefile.am
Dhairya Malhotra 10 年之前
父節點
當前提交
c6156f2384
共有 1 個文件被更改,包括 2 次插入0 次删除
  1. 2 0
      Makefile.am

+ 2 - 0
Makefile.am

@@ -70,6 +70,7 @@ lib_libfmm_a_HEADERS = \
 									include/parUtils.h \
 									include/precomp_mat.hpp \
 									include/profile.hpp \
+									include/quad_utils.hpp \
 									include/tree.hpp \
 									include/tree_node.hpp \
 									include/vector.hpp \
@@ -91,6 +92,7 @@ lib_libfmm_a_HEADERS = \
 									include/ompUtils.txx \
 									include/parUtils.txx \
 									include/precomp_mat.txx \
+									include/quad_utils.txx \
 									include/tree.txx \
 									include/vector.txx