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