diff -Nur raknet-2/Makefile raknet/Makefile
--- raknet-2/Makefile	2005-11-18 20:27:50.000000000 +0100
+++ raknet/Makefile	2006-02-18 22:46:08.000000000 +0100
@@ -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/makefile.defs raknet/makefile.defs
--- raknet-2/makefile.defs	2006-02-11 16:00:10.000000000 +0100
+++ raknet/makefile.defs	2006-02-18 22:47:05.000000000 +0100
@@ -5,16 +5,16 @@
 
 SPEEX_VERSION = 1.1.11.1
 
-INCLUDE = $(BASE_DIR)/speex-$(SPEEX_VERSION)/libspeex/ -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.3.2
 
-LIBS_DIR = /usr/local/lib
+LIBS_DIR = /usr/lib
 
-INCLUDE_DIR = /usr/local/include
+INCLUDE_DIR = /usr/include
