X-Git-Url: http://git.annexia.org/?a=blobdiff_plain;ds=sidebyside;f=ocaml%2Fexamples%2FMakefile.am;h=e38a5c8d6a62e03f6c6306c3f5fc1555b716e3fc;hb=d1485e02f538d50fd7d4790fb63317093ba8c6bf;hp=3b9901a3c60626d8aa7e0c1467484f9168aaa5b5;hpb=dde81c0c0e4d6517781392310768dfe8fe4392fe;p=libguestfs.git diff --git a/ocaml/examples/Makefile.am b/ocaml/examples/Makefile.am index 3b9901a..e38a5c8 100644 --- a/ocaml/examples/Makefile.am +++ b/ocaml/examples/Makefile.am @@ -1,4 +1,8 @@ -EXTRA_DIST = LICENSE README lvs.ml viewer.ml Throbber.png Throbber.gif +EXTRA_DIST = \ + LICENSE README \ + lvs.ml \ + viewer.ml xmllight_loader.ml xmllight_loader.mli \ + Throbber.png Throbber.gif CLEANFILES = throbber.ml *.cmi *.cmo *.cmx *.o lvs @@ -6,7 +10,7 @@ if HAVE_OCAML noinst_SCRIPTS = lvs -OCAMLFINDFLAGS = -ccopt '-L $(top_builddir)/src/.libs' +OCAMLFINDFLAGS = -cclib -L$(top_builddir)/src/.libs lvs: lvs.ml $(OCAMLFIND) ocamlopt $(OCAMLFINDFLAGS) \