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