]> 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 f6c43d228a45a409120ba07b0c0a78b84d12fdf2..7948435aac9209973d2871ec9c6bc609213c16f5 100644 (file)
@@ -1,10 +1,12 @@
 PACKAGE = xml
-REQUIRES =
 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