]> git.sesse.net Git - vlc/blobdiff - plugins/beos/Makefile
* Mandatory step for video output IV and the audio output quality
[vlc] / plugins / beos / Makefile
index b20c2506f2114c7ffe82ef6ab14d01471526518a..654c8d5cca4ff9da003bbdab20efc30da8ec5af1 100644 (file)
@@ -3,8 +3,6 @@
 # (c)2001 VideoLAN
 ###############################################################################
 
--include ../../Makefile.modules
-
 #
 # Objects
 #
@@ -18,7 +16,7 @@ ALL_OBJ = $(PLUGIN_CPP) $(BUILTIN_CPP)
 # Virtual targets
 #
 
-include ../../Makefile.common
+include ../../Makefile.modules
 
 #
 # Real targets
@@ -29,4 +27,5 @@ include ../../Makefile.common
 
 ../../lib/beos.a: $(BUILTIN_CPP)
        ar r $@ $^
+       $(RANLIB) $@