Fix CLEANFILES.
[wrappi.git] / APIs / Makefile.am
index b386941..e7e9497 100644 (file)
@@ -33,7 +33,7 @@ apis.cma: $(OBJECTS) ../generator-lib/generator_lib.cma
 %.cmo: %.api ../generator-lib/generator_lib.cma
        $(OCAMLFIND) ocamlc $(OCAMLOPTFLAGS) $(PP) -impl $< -c -o $@
 
-CLEANFILES = *.cmi *.cmo *.cmx *~
+CLEANFILES = *.cmi *.cmo *.cmx *.cma *.cmxa *~
 
 depend: .depend