]> git.sesse.net Git - vlc/blobdiff - plugins/text/Makefile
* libdvdcss enhancements by Billy Biggs <vektor@dumbterm.net>. This breaks
[vlc] / plugins / text / Makefile
index 2265660a10ce50b055cda96a758b2148fb41a918..c5329f5784b979d1ac4c1126b6f73e2d1618d390 100644 (file)
@@ -26,17 +26,17 @@ include ../../Makefile.modules
 # Real targets
 #
 
-../../lib/ncurses.so: $(PLUGIN_NCURSES)
+../../plugins/ncurses.so: $(PLUGIN_NCURSES)
        $(CC) $(PCFLAGS) -o $@ $^ $(PLCFLAGS) $(LIB_NCURSES)
 
-../../lib/ncurses.a: $(BUILTIN_NCURSES)
+../../plugins/ncurses.a: $(BUILTIN_NCURSES)
        ar r $@ $^
        $(RANLIB) $@
 
-../../lib/rc.so: $(PLUGIN_RC)
+../../plugins/rc.so: $(PLUGIN_RC)
        $(CC) $(PCFLAGS) -o $@ $^ $(PLCFLAGS)
 
-../../lib/rc.a: $(BUILTIN_RC)
+../../plugins/rc.a: $(BUILTIN_RC)
        ar r $@ $^
        $(RANLIB) $@