]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/ocaml/extlib/Makefile
removed no longer used METAs
[helm.git] / helm / ocaml / extlib / Makefile
index ae60ef00523cf78d1144978b8a47314fa5315429..4e5c9b5a91525b0b809a2e49b1c9ac83e634349f 100644 (file)
@@ -2,7 +2,9 @@ PACKAGE = extlib
 PREDICATES =
 
 INTERFACE_FILES =              \
+       componentsConf.mli      \
         hExtlib.mli            \
+       hMarshal.mli            \
        patternMatcher.mli      \
        hLog.mli \
        trie.mli \
@@ -12,4 +14,5 @@ IMPLEMENTATION_FILES = \
 EXTRA_OBJECTS_TO_INSTALL =
 EXTRA_OBJECTS_TO_CLEAN =
 
+include ../../Makefile.defs
 include ../Makefile.common