summaryrefslogtreecommitdiff
path: root/myocamlbuild.ml
diff options
context:
space:
mode:
authorDaniil Baturin <daniil@baturin.org>2017-01-17 00:59:35 +0700
committerDaniil Baturin <daniil@baturin.org>2017-01-17 00:59:35 +0700
commit89e2f647c8a69105cba18f6eef333bc395812e10 (patch)
tree7dfab18edc3fc111df7925a424e509e83317975f /myocamlbuild.ml
parentf8b5879fed1d5185a931206fd2784825567947ae (diff)
downloadvyconf-89e2f647c8a69105cba18f6eef333bc395812e10.tar.gz
vyconf-89e2f647c8a69105cba18f6eef333bc395812e10.zip
Clean up the _oasis
Diffstat (limited to 'myocamlbuild.ml')
-rw-r--r--myocamlbuild.ml22
1 files changed, 3 insertions, 19 deletions
diff --git a/myocamlbuild.ml b/myocamlbuild.ml
index f0a0c8d..348c94d 100644
--- a/myocamlbuild.ml
+++ b/myocamlbuild.ml
@@ -1,5 +1,5 @@
(* OASIS_START *)
-(* DO NOT EDIT (digest: dda8b70cfde7f0c3aceab1a7fa9b6f8e) *)
+(* DO NOT EDIT (digest: 57762fb8ab0adc51aba52517380af070) *)
module OASISGettext = struct
(* # 22 "src/oasis/OASISGettext.ml" *)
@@ -886,23 +886,7 @@ open Ocamlbuild_plugin;;
let package_default =
{
MyOCamlbuildBase.lib_ocaml =
- [
- ("vyconf", ["src"], []);
- ("vytree", ["src"], []);
- ("reference_tree", ["src"], []);
- ("config_tree", ["src"], []);
- ("value_checker", ["src"], []);
- ("curly_lexer", ["src"], []);
- ("curly_parser", ["src"], []);
- ("util", ["src"], []);
- ("vyconf_pb", ["src"], []);
- ("session", ["src"], []);
- ("vyconf_config", ["src"], []);
- ("directories", ["src"], []);
- ("startup", ["src"], []);
- ("message", ["src"], []);
- ("vyconf_client", ["src"], [])
- ];
+ [("vyconf", ["src"], []); ("vyconf-client", ["src"], [])];
lib_c = [];
flags = [];
includes = [("test", ["src"])]
@@ -913,6 +897,6 @@ let conf = {MyOCamlbuildFindlib.no_automatic_syntax = false}
let dispatch_default = MyOCamlbuildBase.dispatch_default conf package_default;;
-# 917 "myocamlbuild.ml"
+# 901 "myocamlbuild.ml"
(* OASIS_STOP *)
Ocamlbuild_plugin.dispatch dispatch_default;;