aboutsummaryrefslogtreecommitdiffstats
path: root/python/misc_utils
diff options
context:
space:
mode:
authorPiotr Krysik <ptrkrysik@gmail.com>2017-09-18 21:36:06 +0200
committerPiotr Krysik <ptrkrysik@gmail.com>2017-09-18 21:36:06 +0200
commit9b5617a3ef6a3a048a0521035c7454faf49d62d8 (patch)
treea6f8973a2e238254a3bc2ce99e9b514dd16971b9 /python/misc_utils
parent184d7064a629ce1fada20256ef8c87e6b709693b (diff)
Corrections in the buildsystem
Diffstat (limited to 'python/misc_utils')
-rw-r--r--python/misc_utils/CMakeLists.txt6
-rw-r--r--[-rwxr-xr-x]python/misc_utils/arfcn.py0
2 files changed, 4 insertions, 2 deletions
diff --git a/python/misc_utils/CMakeLists.txt b/python/misc_utils/CMakeLists.txt
index ffba1b7..1accda9 100644
--- a/python/misc_utils/CMakeLists.txt
+++ b/python/misc_utils/CMakeLists.txt
@@ -17,8 +17,10 @@
# the Free Software Foundation, Inc., 51 Franklin Street,
# Boston, MA 02110-1301, USA.
-install(FILES
+GR_PYTHON_INSTALL(
+ FILES
arfcn.py
clock_offset_corrector_tagged.py
- hier_block.py DESTINATION ${GR_PYTHON_DIR}/grgsm
+ hier_block.py
+ fn_time.py DESTINATION ${GR_PYTHON_DIR}/grgsm
)
diff --git a/python/misc_utils/arfcn.py b/python/misc_utils/arfcn.py
index 349e8ce..349e8ce 100755..100644
--- a/python/misc_utils/arfcn.py
+++ b/python/misc_utils/arfcn.py