Adding Ocaml bindings for the bitreader as requested by Sarah
[oota-llvm.git] / bindings / ocaml / Makefile
index a3bbae00940633ca82a720588ef40a6eb05a301e..11abec4f09c12c74f2c0c526ab57f649982e4284 100644 (file)
@@ -8,6 +8,6 @@
 ##===----------------------------------------------------------------------===##
 
 LEVEL := ../..
-DIRS = llvm bitwriter analysis
+DIRS = llvm bitreader bitwriter analysis
 
 include $(LEVEL)/Makefile.common