summaryrefslogtreecommitdiffstats
path: root/ocaml
diff options
context:
space:
mode:
authorRichard Jones <rjones@redhat.com>2010-11-08 22:35:13 +0000
committerRichard Jones <rjones@redhat.com>2010-11-08 22:35:13 +0000
commite3acf93ce9e87ce308cf50a4f41408b25dd910e9 (patch)
treee01a0c360dbcd53af3068ea7eb91f7f5a7742884 /ocaml
parent04df249d82ba3a24582bbbf1ad43b3c6ae2b1962 (diff)
downloadlibguestfs-e3acf93ce9e87ce308cf50a4f41408b25dd910e9.tar.gz
libguestfs-e3acf93ce9e87ce308cf50a4f41408b25dd910e9.tar.xz
libguestfs-e3acf93ce9e87ce308cf50a4f41408b25dd910e9.zip
Revert "Remove ocaml/.depend from git."
This reverts commit 064569bcbf854a9cf588ce31851d987d5f114ec8. This commit does the wrong thing: creating an empty ocaml/.depend file is wrong because building the OCaml bindings will fail. Not having this file will prevent automake from running. Therefore this file has to exist with the correct content in git.
Diffstat (limited to 'ocaml')
-rw-r--r--ocaml/.depend5
1 files changed, 5 insertions, 0 deletions
diff --git a/ocaml/.depend b/ocaml/.depend
new file mode 100644
index 00000000..cc3febfd
--- /dev/null
+++ b/ocaml/.depend
@@ -0,0 +1,5 @@
+bindtests.cmo: guestfs.cmi
+bindtests.cmx: guestfs.cmx
+guestfs.cmi:
+guestfs.cmo: guestfs.cmi
+guestfs.cmx: guestfs.cmi