Fix for srcdir <> objdir builds.
authorGordon Henriksen <gordonhenriksen@mac.com>
Sat, 22 Sep 2007 21:36:22 +0000 (21:36 +0000)
committerGordon Henriksen <gordonhenriksen@mac.com>
Sat, 22 Sep 2007 21:36:22 +0000 (21:36 +0000)
Thanks Bill.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@42240 91177308-0d34-0410-b5e6-96231b3b80d8

autoconf/configure.ac

index 72eac4b88141385167e030fff09d0ce5f06422a0..087f734452a1074e2bc9d2eb05852e37d95fdc43 100644 (file)
@@ -905,6 +905,8 @@ AC_CONFIG_MAKEFILE(test/Makefile.tests)
 AC_CONFIG_MAKEFILE(tools/Makefile)
 AC_CONFIG_MAKEFILE(utils/Makefile)
 AC_CONFIG_MAKEFILE(projects/Makefile)
+AC_CONFIG_MAKEFILE(bindings/Makefile)
+AC_CONFIG_MAKEFILE(bindings/ocaml/Makefile.ocaml)
 
 dnl Finally, crank out the output
 AC_OUTPUT