]> git.sesse.net Git - vlc/blobdiff - plugins/text/Makefile
* Added a dummy libdvdcss so that the DVD plugin can be used without
[vlc] / plugins / text / Makefile
index c5329f5784b979d1ac4c1126b6f73e2d1618d390..c09947c0a0efd1aa1ccd40a97b925a7c0b62ba13 100644 (file)
@@ -26,17 +26,17 @@ include ../../Makefile.modules
 # Real targets
 #
 
-../../plugins/ncurses.so: $(PLUGIN_NCURSES)
+../ncurses.so: $(PLUGIN_NCURSES)
        $(CC) $(PCFLAGS) -o $@ $^ $(PLCFLAGS) $(LIB_NCURSES)
 
-../../plugins/ncurses.a: $(BUILTIN_NCURSES)
+../ncurses.a: $(BUILTIN_NCURSES)
        ar r $@ $^
        $(RANLIB) $@
 
-../../plugins/rc.so: $(PLUGIN_RC)
+../rc.so: $(PLUGIN_RC)
        $(CC) $(PCFLAGS) -o $@ $^ $(PLCFLAGS)
 
-../../plugins/rc.a: $(BUILTIN_RC)
+../rc.a: $(BUILTIN_RC)
        ar r $@ $^
        $(RANLIB) $@