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