Added compiled python versions of the flowgraphs which are installed in %install_prefix%/bin .
diff --git a/apps/CMakeLists.txt b/apps/CMakeLists.txt
index a3fbed1..766a037 100644
--- a/apps/CMakeLists.txt
+++ b/apps/CMakeLists.txt
@@ -24,5 +24,7 @@
 GR_PYTHON_INSTALL(
     PROGRAMS
 #    ${PYFILES}
+    airprobe_file.py
+    airprobe_rtlsdr.py
     DESTINATION bin
 )