--- a/src/CMakeLists.txt
+++ b/src/CMakeLists.txt
@@ -28,22 +28,6 @@
     fdmdv2_plot_spectrum.h
     fdmdv2_plot_waterfall.h
     hamlib.h
-    sox_biquad.h
-    sox/band.h
-    sox/biquad.c
-    sox/biquads.c
-    sox/biquad.h
-    sox/effects.c
-    sox/effects.h
-    sox/effects_i.c
-    sox/formats_i.c
-    sox/libsox.c
-    sox/sox.h
-    sox/sox_i.h
-    sox/soxomp.h
-    sox/util.h
-    sox/xmalloc.h
-    sox/xmalloc.c
     topFrame.h
     version.h
 )
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -181,8 +181,8 @@
 add_definitions(-DHAVE_CONFIG_H)
 
 # Config file for bundled sox sources
-configure_file("${PROJECT_SOURCE_DIR}/cmake/soxconfig.h.in"
-               "${PROJECT_BINARY_DIR}/soxconfig.h")
+#configure_file("${PROJECT_SOURCE_DIR}/cmake/soxconfig.h.in"
+#               "${PROJECT_BINARY_DIR}/soxconfig.h")
 
 # Pthread Library
 find_package(Threads REQUIRED)
--- a/src/sox_biquad.c
+++ b/src/sox_biquad.c
@@ -31,7 +31,7 @@
 #include <assert.h>
 #include <stdlib.h>
 #include <stdio.h>
-#include "sox/sox.h"
+#include <sox.h>
 
 #include "sox_biquad.h"
 
