aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorDimitri Stolnikov <horiz0n@gmx.net>2012-04-12 20:24:05 +0200
committerDimitri Stolnikov <horiz0n@gmx.net>2012-04-12 20:24:05 +0200
commit52508a80df68f2ac31e01cb22fb9b5baaa3fee77 (patch)
tree197efd83ecf1a03dd11425fe7ae6b6cc5f6166f4 /include
parent1f8491ed13f4fc6f1b592fe7eefb01fdf10085bb (diff)
don't install sink interface as it's unimplemented
the transmitter hardware is in the works at Maintech
Diffstat (limited to 'include')
-rw-r--r--include/osmosdr/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/osmosdr/CMakeLists.txt b/include/osmosdr/CMakeLists.txt
index dd6a0de..65f10f1 100644
--- a/include/osmosdr/CMakeLists.txt
+++ b/include/osmosdr/CMakeLists.txt
@@ -25,6 +25,6 @@ install(FILES
osmosdr_pimpl.h
osmosdr_ranges.h
osmosdr_source_c.h
- osmosdr_sink_c.h
+# osmosdr_sink_c.h
DESTINATION include/osmosdr
)