From: David Scott Date: Mon, 26 Oct 2009 16:32:15 +0000 (+0000) Subject: [refactoring] make the dependency to unix explicit X-Git-Url: http://xenbits.xensource.com/gitweb?a=commitdiff_plain;h=0e7d13e4b85048fd643094bc419402a9845a5d91;p=xcp%2Fxen-api-libs.git [refactoring] make the dependency to unix explicit Signed-off-by: Thomas Gazagnaire --- 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"