]> git.sesse.net Git - vlc/blobdiff - plugins/text/Makefile
* Mandatory step for video output IV and the audio output quality
[vlc] / plugins / text / Makefile
index c7603247e95ef82be0d35878f6acb9aa6a6a7b3c..2265660a10ce50b055cda96a758b2148fb41a918 100644 (file)
@@ -31,10 +31,12 @@ include ../../Makefile.modules
 
 ../../lib/ncurses.a: $(BUILTIN_NCURSES)
        ar r $@ $^
+       $(RANLIB) $@
 
 ../../lib/rc.so: $(PLUGIN_RC)
        $(CC) $(PCFLAGS) -o $@ $^ $(PLCFLAGS)
 
 ../../lib/rc.a: $(BUILTIN_RC)
        ar r $@ $^
+       $(RANLIB) $@