]> git.sesse.net Git - vlc/blobdiff - plugins/beos/Makefile
*) Added "#include <string.>" to include/threads.h
[vlc] / plugins / beos / Makefile
index ee9db5703b03cd9aed57d1dfd351f1c74ea2293c..e49afed7b3cd5d330ac1100c04563beace6c8dfb 100644 (file)
@@ -22,10 +22,10 @@ include ../../Makefile.modules
 # Real targets
 #
 
-../../plugins/beos.so: $(PLUGIN_CPP)
+../beos.so: $(PLUGIN_CPP)
        $(CC) $(PCFLAGS) -o $@ $^ $(PLCFLAGS) $(LIB_BEOS)
 
-../../plugins/beos.a: $(BUILTIN_CPP)
+../beos.a: $(BUILTIN_CPP)
        ar r $@ $^
        $(RANLIB) $@