]> git.sesse.net Git - vlc/blobdiff - plugins/fb/Makefile
* libdvdcss enhancements by Billy Biggs <vektor@dumbterm.net>. This breaks
[vlc] / plugins / fb / Makefile
index bc1ecfb4e6931abf12369dc17d88a3275f588b45..c639199b0f51094e107e2125ff0969c0a31d588c 100644 (file)
@@ -22,10 +22,10 @@ include ../../Makefile.modules
 # Real targets
 #
 
-../../lib/fb.so: $(PLUGIN_C)
+../../plugins/fb.so: $(PLUGIN_C)
        $(CC) $(PCFLAGS) -o $@ $^ $(PLCFLAGS) 
 
-../../lib/fb.a: $(BUILTIN_C)
+../../plugins/fb.a: $(BUILTIN_C)
        ar r $@ $^
        $(RANLIB) $@