From 915975d3f27386fc5c83ed542c5390b276e95e12 Mon Sep 17 00:00:00 2001 From: Christophe Milard Date: Tue, 30 Jun 2015 18:14:55 +0200 Subject: validation: creating own dir and lib for scheduler Module scheduler now gets its own directory and create its own lib (currentely only containing its executable) Signed-off-by: Christophe Milard Reviewed-by: Stuart Haslam Signed-off-by: Maxim Uvarov --- configure.ac | 1 + 1 file changed, 1 insertion(+) (limited to 'configure.ac') diff --git a/configure.ac b/configure.ac index 6c29c0e..bfe5964 100644 --- a/configure.ac +++ b/configure.ac @@ -313,6 +313,7 @@ AC_CONFIG_FILES([Makefile test/validation/pool/Makefile test/validation/queue/Makefile test/validation/random/Makefile + test/validation/scheduler/Makefile test/validation/system/Makefile test/miscellaneous/Makefile ]) -- cgit v1.2.3