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