diff options
Diffstat (limited to 'src/Makefile.am')
-rw-r--r-- | src/Makefile.am | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/Makefile.am b/src/Makefile.am index 9ad815b..04dabb8 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -18,7 +18,9 @@ ########################################################################### nobase_include_HEADERS = vZ.hpp \ + vZ/Adaptive.hpp \ vZ/Euler.hpp \ + vZ/HE12.hpp \ vZ/Heun.hpp \ vZ/Integrator.hpp \ vZ/Midpoint.hpp \ |