]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/software/components/ng_tactics/Makefile
Fixed pretty printer and debug printings
[helm.git] / helm / software / components / ng_tactics / Makefile
index 71183455b20d8b648bbb0141e0f0b97928e79eee..139f27288bd8084ec3a62c955e3fff3561492861 100644 (file)
@@ -1,8 +1,10 @@
 PACKAGE = ng_tactics
 
 INTERFACE_FILES = \
+       nCicTacReduction.mli \
        nTacStatus.mli \
-       nTactics.mli
+       nTactics.mli \
+       nCicElim.mli
 
 IMPLEMENTATION_FILES = $(INTERFACE_FILES:%.mli=%.ml)