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