]> git.sesse.net Git - vlc/blobdiff - plugins/mga/Makefile
* Added a dummy libdvdcss so that the DVD plugin can be used without
[vlc] / plugins / mga / Makefile
index ff810f79863c647e2461475bdb7c230d02105c7c..d0c4febb4dafe957fef10fa45b3bf147b17efea0 100644 (file)
@@ -22,10 +22,10 @@ include ../../Makefile.modules
 # Real targets
 #
 
-../../plugins/mga.so: $(PLUGIN_C)
+../mga.so: $(PLUGIN_C)
        $(CC) $(PCFLAGS) -o $@ $^ $(PLCFLAGS) 
 
-../../plugins/mga.a: $(BUILTIN_C)
+../mga.a: $(BUILTIN_C)
        ar r $@ $^
        $(RANLIB) $@