X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=ocaml_inotify-0.4%2FMakefile;h=ea4dbe616993bb89ebf6e073513813cdbd4ffe25;hb=26326ab885a36f7e0661703b735109df36520b30;hp=bfb397d2663edf574fbc902932373b6b740b6a56;hpb=d2f02b8408801a06b63b1b922f6af4c6b14fb5ef;p=vsys.git diff --git a/ocaml_inotify-0.4/Makefile b/ocaml_inotify-0.4/Makefile index bfb397d..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) $(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 $+