From 2c4278db6ead5c27e30a3000097ed898c968534e Mon Sep 17 00:00:00 2001 From: Samo Penic <samo.penic@gmail.com> Date: Sat, 09 Mar 2019 19:45:22 +0000 Subject: [PATCH] Added direct force plugin and fixes in stretching energy --- configure.ac | 4 +++- 1 files changed, 3 insertions(+), 1 deletions(-) diff --git a/configure.ac b/configure.ac index 8134005..7bfb1de 100644 --- a/configure.ac +++ b/configure.ac @@ -52,5 +52,7 @@ AC_CHECK_FUNCS([pow sqrt strndup]) AC_CONFIG_FILES([Makefile - src/Makefile]) + src/Makefile + src/plugins/Makefile + ]) AC_OUTPUT -- Gitblit v1.9.3