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