From 51b4f09bca802c4941700c78c5733ce968ddc7c6 Mon Sep 17 00:00:00 2001 From: Samo Penic <samo.penic@gmail.com> Date: Wed, 27 Feb 2019 22:44:22 +0000 Subject: [PATCH] An attempt of adding hard constraints plugin to the simulator. It seems it does not work yet --- 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