Skip to content

Commit

Permalink
OMakeroot: updated name of future sublibraries (biocaml#153)
Browse files Browse the repository at this point in the history
  • Loading branch information
pveber committed Jan 16, 2016
1 parent 9f91fb5 commit fead589
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions OMakeroot
Expand Up @@ -14,9 +14,9 @@ PACKAGES(x) =
case ez
return $(PACKAGES unix)
case async-unix
return $(PACKAGES unix) async future.async-unix
return $(PACKAGES unix) async future.async_unix
case lwt-unix
return $(PACKAGES unix) lwt future.lwt-unix
return $(PACKAGES unix) lwt future.lwt_unix
case test
return $(PACKAGES unix) oUnit
case benchmark
Expand Down

0 comments on commit fead589

Please sign in to comment.