From 0e7d13e4b85048fd643094bc419402a9845a5d91 Mon Sep 17 00:00:00 2001 From: David Scott Date: Mon, 26 Oct 2009 16:32:15 +0000 Subject: [PATCH] [refactoring] make the dependency to unix explicit Signed-off-by: Thomas Gazagnaire --- camldm/META.in | 1 + 1 file changed, 1 insertion(+) diff --git a/camldm/META.in b/camldm/META.in index e1b3895..65c8d30 100644 --- a/camldm/META.in +++ b/camldm/META.in @@ -1,4 +1,5 @@ version = "@VERSION@" description = "device-mapper ocaml interface" +requires = "unix" archive(byte) = "camldm.cma" archive(native) = "camldm.cmxa" -- 2.39.5