don't install sink interface as it's unimplemented

the transmitter hardware is in the works at Maintech
This commit is contained in:
Dimitri Stolnikov 2012-04-12 20:24:05 +02:00
parent 1f8491ed13
commit 52508a80df
3 changed files with 5 additions and 5 deletions

View File

@ -19,6 +19,6 @@
install(FILES
osmosdr_source_c.xml
osmosdr_sink_c.xml
# osmosdr_sink_c.xml
DESTINATION share/gnuradio/grc/blocks
)

View File

@ -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
)

View File

@ -9,14 +9,14 @@
%{
#include "osmosdr_source_c.h"
#include "osmosdr_sink_c.h"
//#include "osmosdr_sink_c.h"
%}
GR_SWIG_BLOCK_MAGIC(osmosdr,source_c);
%include "osmosdr_source_c.h"
GR_SWIG_BLOCK_MAGIC(osmosdr,sink_c);
%include "osmosdr_sink_c.h"
//GR_SWIG_BLOCK_MAGIC(osmosdr,sink_c);
//%include "osmosdr_sink_c.h"
#if SWIGGUILE
%scheme %{