]> git.sesse.net Git - vlc/blobdiff - plugins/dummy/Makefile
* Mandatory step for video output IV and the audio output quality
[vlc] / plugins / dummy / Makefile
index 6494fb6655442d355871c73789b22e2e7081e22b..5ee16de1bed178b0c38f468f084a07a12e96dcfc 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/dummy.a: $(BUILTIN_C)
        ar r $@ $^
+       $(RANLIB) $@