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