X-Git-Url: http://git.annexia.org/?a=blobdiff_plain;f=ocaml%2FMakefile.am;fp=ocaml%2FMakefile.am;h=fee3b88c927ba7bc8f777e56d666b8e4151f3225;hb=5cf4fc2caa34ccb3a1e01bbec912158127dcd169;hp=b9451e315d896a69702a4b0bce92b79af4a9c9c5;hpb=c9c8f893ecfaa9d646dfd02b1e0f16c549bbb6cd;p=hivex.git diff --git a/ocaml/Makefile.am b/ocaml/Makefile.am index b9451e3..fee3b88 100644 --- a/ocaml/Makefile.am +++ b/ocaml/Makefile.am @@ -31,7 +31,11 @@ AM_CPPFLAGS = \ if HAVE_OCAML -noinst_DATA = mlhivex.cma mlhivex.cmxa META +noinst_DATA = mlhivex.cma META + +if HAVE_OCAMLOPT +noinst_DATA += mlhivex.cmxa +endif OBJS = hivex_c.o hivex.cmo XOBJS = $(OBJS:.cmo=.cmx)