aboutsummaryrefslogtreecommitdiff
path: root/Makefile.vofiles
diff options
context:
space:
mode:
authorEnrico Tassi2019-10-28 11:23:54 +0100
committerPierre-Marie Pédrot2019-11-01 12:17:07 +0100
commit69657170aa1ac065765de00411e04400942ae28a (patch)
treede89b7f38188c149040d10939b62f5d72d741ebc /Makefile.vofiles
parent9152b813eaf000226190f13d69685fbe67b1c96d (diff)
[make] install .vos along with .vo
Diffstat (limited to 'Makefile.vofiles')
-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: