X-Git-Url: http://git.annexia.org/?a=blobdiff_plain;f=Makefile.am;h=e55b08bf5348cf8bd7c40dd516888cdfc1c514dc;hb=b48793edf81414fe37fbfd96c0b5851767ebb96d;hp=f30effebe5d46c76d417b42dbfa686576820c19b;hpb=31504dfb9c6d92468da431c3f6df3c894d446043;p=rpmdepsize.git diff --git a/Makefile.am b/Makefile.am index f30effe..e55b08b 100644 --- a/Makefile.am +++ b/Makefile.am @@ -19,14 +19,20 @@ ACLOCAL_AMFLAGS = -I m4 +MLFILES = rpmdepsize_about.ml rpmdepsize_errors.ml rpmdepsize.ml + +EXTRA_DIST = \ + $(MLFILES) rpmdepsize_about.ml.in \ + rpmdepsize.spec rpmdepsize.spec.in + CLEANFILES = rpmdepsize bin_SCRIPTS = rpmdepsize -rpmdepsize: rpmdepsize.ml +rpmdepsize: $(MLFILES) $(OCAMLFIND) $(OCAMLBEST) \ -package lablgtk2,sexplib,unix,extlib,sexplib.syntax \ -syntax camlp4o \ -linkpkg \ gtkInit.cmx \ - $< -o $@ + $^ -o $@