aboutsummaryrefslogtreecommitdiff
path: root/Makefile.common
diff options
context:
space:
mode:
authorppedrot2011-11-06 00:15:28 +0000
committerppedrot2011-11-06 00:15:28 +0000
commit4459ec2e953055f650e7489f7c004572f4f04f98 (patch)
tree654f5882387082f12b1e5f5f9c0f7752d6ea42e0 /Makefile.common
parent70d4c530a1f545e6ae8ee56a7ccb2a312603800c (diff)
Added XML dependencies into Makefile
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@14634 85f007b7-540e-0410-9357-904b9bb8a0f7
Diffstat (limited to 'Makefile.common')
-rw-r--r--Makefile.common3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile.common b/Makefile.common
index e8d876769c..6ef3f96226 100644
--- a/Makefile.common
+++ b/Makefile.common
@@ -221,7 +221,8 @@ INITPLUGINSBEST:=$(if $(OPT),$(INITPLUGINSOPT),$(INITPLUGINS))
LINKCMO:=$(CONFIG) $(CORECMA) $(STATICPLUGINS)
LINKCMX:=$(CONFIG:.cmo=.cmx) $(CORECMA:.cma=.cmxa) $(STATICPLUGINS:.cma=.cmxa)
-IDEDEPS:=$(CONFIG) lib/flags.cmo toplevel/ide_intf.cmo
+IDEDEPS:=$(CONFIG) lib/flags.cmo toplevel/utils/xml_lexer.cmo toplevel/utils/xml_parser.cmo \
+ toplevel/utils/xml_utils.cmo toplevel/ide_intf.cmo
IDECMA:=ide/ide.cma
LINKIDE:=$(IDEDEPS) $(IDECMA) ide/coqide_main.ml