From b6de92f819638538fb646c0d4096cb2f01a939d3 Mon Sep 17 00:00:00 2001 From: Daniil Baturin Date: Wed, 15 Apr 2015 17:47:59 +0600 Subject: Group vyconf modules into a single library. --- _oasis | 16 ++++++++++++++-- 1 file changed, 14 insertions(+), 2 deletions(-) diff --git a/_oasis b/_oasis index f13a146..580be94 100644 --- a/_oasis +++ b/_oasis @@ -11,9 +11,21 @@ OASISFormat: 0.4 BuildTools: ocamlbuild Plugins: META (0.4), DevFiles (0.4) +Library "vyconf" + Path: src + Modules: Vytree, Vylist, Value_checker + Install: false + Library "vytree" Path: src Modules: Vytree + FindlibParent: vyconf + +Library "value_checker" + Path: src + Modules: Value_checker + FindlibParent: vyconf + BuildDepends: pcre Executable "vyconfd" Path: src @@ -26,7 +38,7 @@ Executable "vyconf_tree_test" Build$: flag(tests) CompiledObject: best Install: false - BuildDepends: oUnit, vytree + BuildDepends: oUnit, vyconf Executable "vylist_test" Path: test @@ -34,7 +46,7 @@ Executable "vylist_test" Build$: flag(tests) CompiledObject: best Install: false - BuildDepends: oUnit + BuildDepends: oUnit, vyconf Test "vyconf_tree_test" Run$: flag(tests) -- cgit v1.2.3