From 250d227e2b71ac661fda21efcd37227ca9612b7a Mon Sep 17 00:00:00 2001 From: gmelquio Date: Tue, 6 Oct 2009 16:56:05 +0000 Subject: Fixed installation of Coqide interface/library files (bug #2147). git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@12376 85f007b7-540e-0410-9357-904b9bb8a0f7 --- Makefile.common | 2 ++ 1 file changed, 2 insertions(+) (limited to 'Makefile.common') diff --git a/Makefile.common b/Makefile.common index 3c56226ef0..918d637e1b 100644 --- a/Makefile.common +++ b/Makefile.common @@ -210,6 +210,8 @@ CMXA:=$(CMA:.cma=.cmxa) LINKCMO:=$(CONFIG) $(CORECMA) $(STATICPLUGINS) LINKCMX:=$(CONFIG:.cmo=.cmx) $(CORECMA:.cma=.cmxa) $(STATICPLUGINS:.cma=.cmxa) +IDECMA:=ide/ide.cma + # modules known by the toplevel of Coq OBJSMOD:=Coq_config \ -- cgit v1.2.3