Build fix
authorSapan Bhatia <sapanb@cs.princeton.edu>
Wed, 19 Dec 2007 14:55:44 +0000 (14:55 +0000)
committerSapan Bhatia <sapanb@cs.princeton.edu>
Wed, 19 Dec 2007 14:55:44 +0000 (14:55 +0000)
ocaml_inotify-0.4/Makefile

index 7dd187a..ea4dbe6 100644 (file)
@@ -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 $+