aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index a2c5f5f..336b3e7 100644
--- a/Makefile
+++ b/Makefile
@@ -1356,6 +1356,7 @@ ifeq ($(ARCH),x86)
$(B)/client/snapvectora.o
endif
+ifeq ($(USE_VOIP),1)
ifeq ($(USE_INTERNAL_SPEEX),1)
Q3OBJ += \
$(B)/client/bits.o \
@@ -1399,6 +1400,7 @@ Q3OBJ += \
$(B)/client/vq.o \
$(B)/client/window.o
endif
+endif
ifeq ($(HAVE_VM_COMPILED),true)