diff options
author | Daniil Baturin <daniil@baturin.org> | 2017-01-07 23:09:19 +0700 |
---|---|---|
committer | Daniil Baturin <daniil@baturin.org> | 2017-01-07 23:09:19 +0700 |
commit | b3afc59cfef4637dee41a595485559ff1e04193c (patch) | |
tree | e0579d08a6bc083b914b1d23cecfa8722d35bd9a /myocamlbuild.ml | |
parent | 64503e857d6e13a4af10f2d083ffa3ad95e753bd (diff) | |
download | vyconf-b3afc59cfef4637dee41a595485559ff1e04193c.tar.gz vyconf-b3afc59cfef4637dee41a595485559ff1e04193c.zip |
Remove the old message library that will be replaced with the Protobuf one.
Diffstat (limited to 'myocamlbuild.ml')
-rw-r--r-- | myocamlbuild.ml | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/myocamlbuild.ml b/myocamlbuild.ml index 5f949e0..2012409 100644 --- a/myocamlbuild.ml +++ b/myocamlbuild.ml @@ -1,5 +1,5 @@ (* OASIS_START *) -(* DO NOT EDIT (digest: 58bff247d86c1c73243351c92c8e76a6) *) +(* DO NOT EDIT (digest: 8452cc385560a63fa70df22ac20ce33d) *) module OASISGettext = struct (* # 22 "src/oasis/OASISGettext.ml" *) @@ -899,7 +899,6 @@ let package_default = ("session", ["src"], []); ("vyconf_config", ["src"], []); ("directories", ["src"], []); - ("message", ["src"], []); ("startup", ["src"], []) ]; lib_c = []; @@ -912,6 +911,6 @@ let conf = {MyOCamlbuildFindlib.no_automatic_syntax = false} let dispatch_default = MyOCamlbuildBase.dispatch_default conf package_default;; -# 916 "myocamlbuild.ml" +# 915 "myocamlbuild.ml" (* OASIS_STOP *) Ocamlbuild_plugin.dispatch dispatch_default;; |