]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/ocaml/extlib/Makefile
removed no longer used METAs
[helm.git] / helm / ocaml / extlib / Makefile
index f271f6ace7254dde20bcf213c297d4cacd114cac..4e5c9b5a91525b0b809a2e49b1c9ac83e634349f 100644 (file)
@@ -2,13 +2,17 @@ PACKAGE = extlib
 PREDICATES =
 
 INTERFACE_FILES =              \
+       componentsConf.mli      \
         hExtlib.mli            \
+       hMarshal.mli            \
        patternMatcher.mli      \
        hLog.mli \
+       trie.mli \
        $(NULL)
 IMPLEMENTATION_FILES = \
        $(INTERFACE_FILES:%.mli=%.ml)
 EXTRA_OBJECTS_TO_INSTALL =
 EXTRA_OBJECTS_TO_CLEAN =
 
+include ../../Makefile.defs
 include ../Makefile.common