]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/ocaml/extlib/Makefile
removed no longer used METAs
[helm.git] / helm / ocaml / extlib / Makefile
index 7035415203dbe4f9d6bd453e9b4895fb3e8cad32..4e5c9b5a91525b0b809a2e49b1c9ac83e634349f 100644 (file)
@@ -1,13 +1,18 @@
 PACKAGE = extlib
-REQUIRES = mysql
 PREDICATES =
 
-INTERFACE_FILES = \
-        hExtlib.mli \
-        hMysql.mli
+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