diff options
| author | gareuselesinge | 2013-08-08 18:50:39 +0000 |
|---|---|---|
| committer | gareuselesinge | 2013-08-08 18:50:39 +0000 |
| commit | 6bac888419048aa8fe06b49bf94f64893228bb00 (patch) | |
| tree | e01a628f3419265b786318feada5d98cbaba5ab8 /Makefile.common | |
| parent | 0faf3c5a53113ec8f31c1747c9cafe4118831282 (diff) | |
Searchable stack data structure
It is like Stack but one can search without popping
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@16670 85f007b7-540e-0410-9357-904b9bb8a0f7
Diffstat (limited to 'Makefile.common')
| -rw-r--r-- | Makefile.common | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.common b/Makefile.common index 8aaf8fceb3..1845f71647 100644 --- a/Makefile.common +++ b/Makefile.common @@ -208,7 +208,7 @@ endif LINKCMO:=$(CORECMA) $(STATICPLUGINS) LINKCMX:=$(CORECMA:.cma=.cmxa) $(STATICPLUGINS:.cma=.cmxa) -IDEDEPS:=lib/clib.cma lib/xml_lexer.cmo lib/xml_parser.cmo lib/xml_printer.cmo +IDEDEPS:=lib/clib.cma lib/xml_lexer.cmo lib/xml_parser.cmo lib/xml_printer.cmo lib/searchstack.cmo IDECMA:=ide/ide.cma LINKIDE:=$(IDEDEPS) $(IDECMA) ide/coqide_main.ml |
