diff -uPr wiiuse_v0.12.orig/src/Makefile wiiuse_v0.12/src/Makefile --- wiiuse_v0.12.orig/src/Makefile 2008-03-02 18:30:04.000000000 -0500 +++ wiiuse_v0.12/src/Makefile 2010-11-20 17:37:50.987825850 -0500 @@ -32,7 +32,7 @@ # # Linking flags # -LDFLAGS = -shared -lm -lbluetooth +LDFLAGS = -shared -Wl,-soname,libwiiuse.so.0 -lm -lbluetooth # # Target binaries (always created as BIN)