missing files now installed

This commit is contained in:
Simon Cruanes 2014-10-29 14:21:49 +01:00
parent db71f48470
commit ed3d6be013
2 changed files with 2 additions and 1 deletions

1
META
View file

@ -3,5 +3,6 @@ version="dev"
description="MSAT is a modular SAT solver, plus extensions"
requires="num unix"
archive(byte) = "msat.cma"
archive(byte, plugin) = "msat.cma"
archive(native) = "msat.cmxa"
archive(native, plugin) = "msat.cmxs"

View file

@ -23,7 +23,7 @@ clean:
$(COMP) -clean
rm -f $(GENERATED)
TO_INSTALL=META $(addprefix _build/,$(LIB))
TO_INSTALL=META $(addprefix _build/,$(LIB) $(NAME).a $(NAME).cmi)
install: all
ocamlfind install msat $(TO_INSTALL)