Skip to content
Snippets Groups Projects
Commit 9735491b authored by Pierre Loic Garoche's avatar Pierre Loic Garoche
Browse files

only requires seal package for lustrev

parent 4df24ef3
No related branches found
No related tags found
No related merge requests found
......@@ -83,7 +83,7 @@ AS_IF([ocamlfind query seal >/dev/null 2>&1],
)
AS_IF([test "x$seal" = "xyes"], [
AC_SUBST(LUSTREV_SEAL, "(module Seal_verifier.Verifier : VerifierType.S);")
AC_SUBST(LUSTREV_SEAL_TAG, "<**/*>: package(seal)")
AC_SUBST(LUSTREV_SEAL_TAG, "<**/*verifier.native>: package(seal)")
])
# Tiny
......
......@@ -37,7 +37,7 @@ true: bin_annot, color(always)
<**/*verifier.native> or <**/*.ml{,i}> : package(yojson)
<**/*verifier.native>: thread
<**/*.native> : use_str
#<**/*.native> : use_str
<**/main_lustre_compiler.native>: package(unix)
<**/main_lustre_testgen.native> : package(unix)
<**/main_lustre_verifier.native> : package(unix)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment