diff options
Diffstat (limited to 'gnuradio-examples/python/digital-bert/Makefile.am')
-rw-r--r-- | gnuradio-examples/python/digital-bert/Makefile.am | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/gnuradio-examples/python/digital-bert/Makefile.am b/gnuradio-examples/python/digital-bert/Makefile.am index eda014a1c..eac013f09 100644 --- a/gnuradio-examples/python/digital-bert/Makefile.am +++ b/gnuradio-examples/python/digital-bert/Makefile.am @@ -23,11 +23,11 @@ include $(top_srcdir)/Makefile.common ourdatadir = $(exampledir)/digital-bert -dist_ourdata_DATA = \ - README +dist_ourdata_DATA = \ + README \ + receive_path.py \ + transmit_path.py dist_ourdata_SCRIPTS = \ benchmark_rx.py \ - benchmark_tx.py \ - receive_path.py \ - transmit_path.py + benchmark_tx.py
\ No newline at end of file |