X-Git-Url: http://git.annexia.org/?a=blobdiff_plain;ds=sidebyside;f=Makefile.am;h=41ddc7b1a5fc8510899f2eea93a87b9278b8d725;hb=33d0df636f2311bf7bb3e9bccf867b631930c038;hp=27ab0c23dfc6f881468eea8c3c09f6dc5159913c;hpb=b457fcbcf8684adbb8a8b8e26ff0ad231a684a3a;p=rpmdepsize.git diff --git a/Makefile.am b/Makefile.am index 27ab0c2..41ddc7b 100644 --- a/Makefile.am +++ b/Makefile.am @@ -21,7 +21,9 @@ ACLOCAL_AMFLAGS = -I m4 MLFILES = rpmdepsize_about.ml rpmdepsize_errors.ml rpmdepsize.ml -EXTRA_DIST = $(MLFILES) rpmdepsize_about.ml.in +EXTRA_DIST = \ + $(MLFILES) rpmdepsize_about.ml.in \ + rpmdepsize.spec rpmdepsize.spec.in CLEANFILES = rpmdepsize @@ -29,6 +31,7 @@ bin_SCRIPTS = rpmdepsize rpmdepsize: $(MLFILES) $(OCAMLFIND) $(OCAMLBEST) \ + -dtypes \ -package lablgtk2,sexplib,unix,extlib,sexplib.syntax \ -syntax camlp4o \ -linkpkg \