Quellcode durchsuchen

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 vor 10 Jahren
Ursprung
Commit
c6156f2384
1 geänderte Dateien mit 2 neuen und 0 gelöschten Zeilen
  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