]> matita.cs.unibo.it Git - helm.git/commitdiff
Missing package dependency.
authorClaudio Sacerdoti Coen <claudio.sacerdoticoen@unibo.it>
Mon, 19 Jan 2004 12:02:42 +0000 (12:02 +0000)
committerClaudio Sacerdoti Coen <claudio.sacerdoticoen@unibo.it>
Mon, 19 Jan 2004 12:02:42 +0000 (12:02 +0000)
helm/searchEngine/Makefile

index e7b9555e418a6bab87dc4e75f416c285f46fce12..c3617f46ad0fd228fae492d24a08bbd620ae9cb8 100644 (file)
@@ -1,6 +1,6 @@
 REQUIRES = http helm-cic_textual_parser helm-cic_proof_checking \
            helm-xml gdome2-xslt helm-cic_unification helm-mathql \
-           helm-mathql_interpreter helm-mathql_generator
+           helm-mathql_interpreter helm-mathql_generator helm-logger
 OCAMLOPTIONS = -package "$(REQUIRES)" -pp camlp4o -I ../gTopLevel
 OCAMLC = ocamlfind ocamlc $(OCAMLOPTIONS)
 OCAMLOPT = ocamlfind ocamlopt $(OCAMLOPTIONS)