From 6a31b5964a921881c13ea13b717f97db5c996afb Mon Sep 17 00:00:00 2001 From: f4exb Date: Sun, 20 Dec 2015 19:34:21 +0100 Subject: [PATCH] Fixed CMakelists.txt after file name change --- CMakeLists.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 3b2c5eb1f..c1d4e5687 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -167,9 +167,9 @@ set(sdrbase_HEADERS include/dsp/misc.h include/dsp/movingaverage.h include/dsp/nco.h - include/dsp/phasediscri.hpp + include/dsp/phasediscri.h include/dsp/phaselock.h - sdrbase/dsp/pidcontroller.h + sdrbase/dsp/pidcontroller.h include/dsp/samplefifo.h include/dsp/samplesink.h include/dsp/nullsink.h