X-Git-Url: http://git.annexia.org/?p=libguestfs.git;a=blobdiff_plain;f=ocaml%2FMakefile.am;h=c89296b6f620763ecbe761c621bf2e391d1733ea;hp=d65ebaaf33b6895b182e5d580157e25325cbbd07;hb=c6b8db6493dd633bf48b13daf72cdc9c078b5f9a;hpb=dc3d0e3b8ed8e77b1314f09d116ed97f6a440914 diff --git a/ocaml/Makefile.am b/ocaml/Makefile.am index d65ebaa..c89296b 100644 --- a/ocaml/Makefile.am +++ b/ocaml/Makefile.am @@ -23,13 +23,12 @@ EXTRA_DIST = \ run-bindtests \ t/*.ml -SUBDIRS = examples - CLEANFILES = *.cmi *.cmo *.cmx *.cma *.cmxa *.o *.a *.so CLEANFILES += t/*.cmi t/*.cmo t/*.cmx t/*.o t/*.a t/*.so AM_CPPFLAGS = -I$(top_builddir) -I$(OCAMLLIB) -I$(top_srcdir)/ocaml \ - -I$(top_srcdir)/src -I$(top_builddir)/src + -I$(top_srcdir)/src -I$(top_builddir)/src \ + $(WARN_CFLAGS) $(WERROR_CFLAGS) if HAVE_OCAML