diff --git a/otherlibs/dynlink/dune b/otherlibs/dynlink/dune index 456923b8540..e93ddb20274 100644 --- a/otherlibs/dynlink/dune +++ b/otherlibs/dynlink/dune @@ -503,6 +503,8 @@ (dynlink.cmi as dynlink/dynlink.cmi) .dynlink_compilerlibs.objs/native/dynlink_compilerlibs__Misc.cmx + + (META as dynlink/META) ) (section lib) (package ocaml)) diff --git a/otherlibs/runtime_events/dune b/otherlibs/runtime_events/dune index 9d92b6e014c..4bf6c405c7c 100644 --- a/otherlibs/runtime_events/dune +++ b/otherlibs/runtime_events/dune @@ -42,6 +42,7 @@ (.runtime_events.objs/byte/runtime_events.cmt as runtime_events/runtime_events.cmt) (.runtime_events.objs/byte/runtime_events.cmti as runtime_events/runtime_events.cmti) (runtime_events_consumer.h as runtime_events_consumer.h) + (META as runtime_events/META) ) (section lib) (package ocaml)) diff --git a/otherlibs/str/dune b/otherlibs/str/dune index 611645b99d2..2a8ce65f894 100644 --- a/otherlibs/str/dune +++ b/otherlibs/str/dune @@ -41,6 +41,7 @@ (.str.objs/byte/str.cmi as str/str.cmi) (.str.objs/byte/str.cmt as str/str.cmt) (.str.objs/byte/str.cmti as str/str.cmti) + (META as str/META) ) (section lib) (package ocaml)) diff --git a/otherlibs/systhreads/dune b/otherlibs/systhreads/dune index 1f3076c11d1..4639a4d596e 100644 --- a/otherlibs/systhreads/dune +++ b/otherlibs/systhreads/dune @@ -32,6 +32,7 @@ (byte/.threads.objs/byte/event.cmi as threads/event.cmi) (byte/.threads.objs/byte/event.cmti as threads/event.cmti) (byte/.threads.objs/byte/thread.cmi as threads/thread.cmi) - (byte/.threads.objs/byte/thread.cmti as threads/thread.cmti)) + (byte/.threads.objs/byte/thread.cmti as threads/thread.cmti) + (META as threads/META)) (section lib) (package ocaml)) diff --git a/otherlibs/systhreads4/dune b/otherlibs/systhreads4/dune index faeb6bc72d0..d93131462ba 100644 --- a/otherlibs/systhreads4/dune +++ b/otherlibs/systhreads4/dune @@ -39,6 +39,8 @@ (byte/.threads.objs/byte/event.cmti as threads/event.cmti) (byte/.threads.objs/byte/thread.cmi as threads/thread.cmi) (byte/.threads.objs/byte/thread.cmti as threads/thread.cmti) + + (META as threads/META) ) (section lib) (package ocaml)) diff --git a/otherlibs/unix/dune b/otherlibs/unix/dune index 180fa767921..0d553a6e9c5 100644 --- a/otherlibs/unix/dune +++ b/otherlibs/unix/dune @@ -158,6 +158,7 @@ (dllunix_stubs.so as stublibs/dllunix_stubs.so) (socketaddr.h as caml/socketaddr.h) (unixsupport.h as caml/unixsupport.h) + (META as unix/META) ) (section lib) (package ocaml)) diff --git a/stdlib/dune b/stdlib/dune index ad5a95a74a4..29d8963a57e 100644 --- a/stdlib/dune +++ b/stdlib/dune @@ -514,6 +514,7 @@ .stdlib.objs/native/stdlib__In_channel.cmx .stdlib.objs/native/stdlib__Out_channel.cmx .stdlib.objs/native/stdlib__Iarray.cmx - .stdlib.objs/native/stdlib__IarrayLabels.cmx) + .stdlib.objs/native/stdlib__IarrayLabels.cmx + (META as stdlib/META)) (section lib) (package ocaml_runtime_stdlib))