diff options
| -rw-r--r-- | Makefile.common | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.common b/Makefile.common index ee8723710f..fe9551653d 100644 --- a/Makefile.common +++ b/Makefile.common @@ -696,7 +696,7 @@ INTEGERVO:=$(INTEGERABSTRACTVO) $(INTEGERBINARYVO) $(INTEGERNATPAIRSVO) $(INTEGE NUMBERSVO:=$(NATURALVO) $(INTEGERVO) -SETOIDSVO:= theories/Setoids/Setoid_tac.v theories/Setoids/Setoid_Prop.v theories/Setoids/Setoid.vo +SETOIDSVO:= theories/Setoids/Setoid_tac.vo theories/Setoids/Setoid_Prop.vo theories/Setoids/Setoid.vo THEORIESVO:=\ $(INITVO) $(LOGICVO) $(ARITHVO) $(BOOLVO) $(NARITHVO) $(ZARITHVO) \ |
