diff options
Diffstat (limited to 'bindings/ocaml/bitwriter/Makefile')
-rw-r--r-- | bindings/ocaml/bitwriter/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/bindings/ocaml/bitwriter/Makefile b/bindings/ocaml/bitwriter/Makefile index aef41f5..953ab4c 100644 --- a/bindings/ocaml/bitwriter/Makefile +++ b/bindings/ocaml/bitwriter/Makefile @@ -19,5 +19,6 @@ LEVEL := ../../.. LIBRARYNAME := llvm_bitwriter DONT_BUILD_RELINKED := 1 UsedComponents := bitwriter +UsedOcamlInterfaces := llvm include ../Makefile.ocaml |