Skip to content

Commit

Permalink
Merge pull request #66 from djs55/fix-deps
Browse files Browse the repository at this point in the history
mirage-block-xen: depend on xenstore.client
  • Loading branch information
djs55 authored Jun 11, 2017
2 parents aed86d6 + 1c41fc9 commit 3dd3d47
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/jbuild
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,6 @@
((name mirage_block_xen_back)
(public_name mirage-block-xen.back)
(modules (Blkback Block_request))
(libraries (logs lwt cstruct cstruct.ppx io-page shared-memory-ring shared-memory-ring-lwt mirage-block-xen xen-evtchn xen-gnt xenstore mirage-block-lwt rresult))
(libraries (logs lwt cstruct cstruct.ppx io-page shared-memory-ring shared-memory-ring-lwt mirage-block-xen xen-evtchn xen-gnt xenstore xenstore.client mirage-block-lwt rresult))
(wrapped false)
))

0 comments on commit 3dd3d47

Please sign in to comment.