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