From 1c4db5363f3485037961ca5dff9cd88dbd631475 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Villemot?= <sebastien.villemot@ens.fr> Date: Fri, 30 Sep 2011 18:16:31 +0200 Subject: [PATCH] Build system: adding missing files to source tarball --- tests/Makefile.am | 3 +++ 1 file changed, 3 insertions(+) diff --git a/tests/Makefile.am b/tests/Makefile.am index 454c620b16..c7e09ed38c 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am @@ -80,6 +80,9 @@ EXTRA_DIST = $(MODS) \ block_bytecode/run_block_bytecode_tests.m \ block_bytecode/run_ls2003.m \ block_bytecode/ls2003.mod \ + external_function/extFunDeriv.m \ + external_function/extFunNoDerivs.m \ + external_function/extFunWithFirstAndSecondDerivs.m \ fs2000/fsdat_simul.m \ fs2000/fs2000a_steadystate.m \ identification/kim/kim2_steadystate.m \ -- GitLab