aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile.vofiles2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.vofiles b/Makefile.vofiles
index 5296ed43ff..97263ed9ea 100644
--- a/Makefile.vofiles
+++ b/Makefile.vofiles
@@ -49,7 +49,7 @@ endif
else
NATIVEFILES :=
endif
-LIBFILES:=$(ALLVO:.$(VO)=.vo) $(NATIVEFILES) $(VFILES) $(GLOBFILES)
+LIBFILES:=$(ALLVO:.$(VO)=.vo) $(ALLVO:.$(VO)=.vos) $(NATIVEFILES) $(VFILES) $(GLOBFILES)
# For emacs:
# Local Variables: