diff -Nur raknet-2.4.7/Makefile raknet-2.4.7_2/Makefile
--- raknet-2.4.7/Makefile	2005-11-18 20:27:50.000000000 +0100
+++ raknet-2.4.7_2/Makefile	2006-04-01 11:45:24.000000000 +0200
@@ -1,6 +1,6 @@
 include makefile.defs
 
-all: static shared voicestatic voiceshared
+all: static shared
 
 static:
 	make -C Source "BASE_DIR=$(PWD)" static
diff -Nur raknet-2.4.7/makefile.defs raknet-2.4.7_2/makefile.defs
--- raknet-2.4.7/makefile.defs	2006-02-25 12:59:04.000000000 +0100
+++ raknet-2.4.7_2/makefile.defs	2006-04-01 11:46:16.000000000 +0200
@@ -6,16 +6,16 @@
 #please read the part abaut speex in LINUX_README if you get problems with speex
 SPEEX_VERSION = 1.1.11.1
 
-INCLUDE = $(BASE_DIR)/speex-$(SPEEX_VERSION)/include/ -I$(BASE_DIR)/Include -I$(BASE_DIR)/Include/RakVoice
+INCLUDE = $(BASE_DIR)/Include
 
 #uncoment the second 'DEBUG' to enable debuging.
-#DEBUG =
-DEBUG = -ggdb
+DEBUG =
+#DEBUG = -ggdb
 
 SPEEX_DIR = $(BASE_DIR)/speex-$(SPEEX_VERSION)/libspeex/
 
-VERSION = 2.4.5.2
+VERSION = 2.4.7
 
-LIBS_DIR = /usr/local/lib
+LIBS_DIR = /usr/lib
 
-INCLUDE_DIR = /usr/local/include
+INCLUDE_DIR = /usr/include
