diff options
Diffstat (limited to 'Makefile.common')
| -rw-r--r-- | Makefile.common | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Makefile.common b/Makefile.common index f2148494fa..9f035453e2 100644 --- a/Makefile.common +++ b/Makefile.common @@ -703,11 +703,13 @@ NUMBERSVO:=$(NATURALVO) $(INTEGERVO) SETOIDSVO:= theories/Setoids/Setoid_tac.vo theories/Setoids/Setoid_Prop.vo theories/Setoids/Setoid.vo +UNICODEVO:= theories/Unicode/Utf8.vo + THEORIESVO:=\ $(INITVO) $(LOGICVO) $(ARITHVO) $(BOOLVO) $(NARITHVO) $(ZARITHVO) \ $(SETOIDSVO) $(LISTSVO) $(STRINGSVO) $(SETSVO) $(FSETSVO) $(INTMAPVO) \ $(RELATIONSVO) $(WELLFOUNDEDVO) $(REALSVO) $(SORTINGVO) $(QARITHVO) \ - $(INTSVO) $(NUMBERSVO) + $(INTSVO) $(NUMBERSVO) $(UNICODEVO) THEORIESLIGHTVO:= $(INITVO) $(LOGICVO) $(ARITHVO) @@ -774,8 +776,6 @@ LIBFILESLIGHT:=$(THEORIESLIGHTVO) ## Specials -COQIDEVO:=ide/utf8.vo - INTERFACEVO:= |
