aboutsummaryrefslogtreecommitdiffstats
path: root/src/gr-fadingui/python/CMakeLists.txt
diff options
context:
space:
mode:
Diffstat (limited to 'src/gr-fadingui/python/CMakeLists.txt')
-rw-r--r--src/gr-fadingui/python/CMakeLists.txt3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/gr-fadingui/python/CMakeLists.txt b/src/gr-fadingui/python/CMakeLists.txt
index bf484cc..ce22d9e 100644
--- a/src/gr-fadingui/python/CMakeLists.txt
+++ b/src/gr-fadingui/python/CMakeLists.txt
@@ -38,7 +38,8 @@ GR_PYTHON_INSTALL(
frame_obj.py
multipath_fading.py
ber.py
- netsink.py DESTINATION ${GR_PYTHON_DIR}/fadingui
+ netsink.py
+ phasecorrection.py DESTINATION ${GR_PYTHON_DIR}/fadingui
)
########################################################################