]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/ocaml/xml/Makefile
removed "tilde_expand" hack: for the moment it is not needed (we can use $HOME)
[helm.git] / helm / ocaml / xml / Makefile
index 41a7edaa4d872abd8d42c4c6c18f24043bc2cc14..7948435aac9209973d2871ec9c6bc609213c16f5 100644 (file)
@@ -1,10 +1,12 @@
 PACKAGE = xml
-REQUIRES = zip
 PREDICATES =
 
-INTERFACE_FILES = xml.mli
+INTERFACE_FILES =      \
+       xml.mli         \
+       xmlPushParser.mli
 IMPLEMENTATION_FILES = $(INTERFACE_FILES:%.mli=%.ml)
 EXTRA_OBJECTS_TO_INSTALL =
 EXTRA_OBJECTS_TO_CLEAN =
 
+include ../../Makefile.defs
 include ../Makefile.common