]> git.sesse.net Git - vlc/blobdiff - plugins/qt/Makefile
* Added a dummy libdvdcss so that the DVD plugin can be used without
[vlc] / plugins / qt / Makefile
index 18ccaf7405ff2be42dd8761543584d6c1badbaab..e73176f83da1b3cb70986fdefe61a7dde8093921 100644 (file)
@@ -34,10 +34,10 @@ $(BUILTIN_QT:%.o=%.moc): BUILTIN_%.moc: %.cpp
 # Real targets
 #
 
-../../plugins/qt.so: $(PLUGIN_QT)
+../qt.so: $(PLUGIN_QT)
        $(CC) $(PCFLAGS) -o $@ $^ $(PLCFLAGS) $(LIB_QT)
 
-../../plugins/qt.a: $(BUILTIN_QT)
+../qt.a: $(BUILTIN_QT)
        ar r $@ $^
        $(RANLIB) $@