]> git.sesse.net Git - vlc/blobdiff - plugins/mga/Makefile
* libdvdcss enhancements by Billy Biggs <vektor@dumbterm.net>. This breaks
[vlc] / plugins / mga / Makefile
index bd4c7379d295fd559dc011539f18ac0c23e21d85..ff810f79863c647e2461475bdb7c230d02105c7c 100644 (file)
@@ -22,10 +22,10 @@ include ../../Makefile.modules
 # Real targets
 #
 
-../../lib/mga.so: $(PLUGIN_C)
+../../plugins/mga.so: $(PLUGIN_C)
        $(CC) $(PCFLAGS) -o $@ $^ $(PLCFLAGS) 
 
-../../lib/mga.a: $(BUILTIN_C)
+../../plugins/mga.a: $(BUILTIN_C)
        ar r $@ $^
        $(RANLIB) $@