From: Sapan Bhatia Date: Wed, 19 Dec 2007 14:55:44 +0000 (+0000) Subject: Build fix X-Git-Tag: vsys-0.7-2~2 X-Git-Url: http://git.onelab.eu/?a=commitdiff_plain;h=37cfe4aa7d4c78b5e855c9b0b5b3638db1c082f8;p=vsys.git Build fix --- diff --git a/ocaml_inotify-0.4/Makefile b/ocaml_inotify-0.4/Makefile index 7dd187a..ea4dbe6 100644 --- a/ocaml_inotify-0.4/Makefile +++ b/ocaml_inotify-0.4/Makefile @@ -33,7 +33,7 @@ inotify.cmxa: inotify_stubs.o inotify.cmx $(OCAMLOPT) $(OCAMLOPTFLAGS) -c -o $@ $< %.o: %.c - $(CC) -I /usr/lib/ocaml $(CFLAGS) -c -o $@ $< + $(CC) -I /usr/lib/ocaml -I /usr/lib64/ocaml $(CFLAGS) -c -o $@ $< test.inotify: inotify.cmxa test.inotify.ml $(OCAMLOPT) -o $@ unix.cmxa $+