diff options
Diffstat (limited to 'gnuradio-examples/python/apps/hf_radio')
-rw-r--r-- | gnuradio-examples/python/apps/hf_radio/Makefile.am | 17 |
1 files changed, 9 insertions, 8 deletions
diff --git a/gnuradio-examples/python/apps/hf_radio/Makefile.am b/gnuradio-examples/python/apps/hf_radio/Makefile.am index a6a4dfe3d..70b516d5d 100644 --- a/gnuradio-examples/python/apps/hf_radio/Makefile.am +++ b/gnuradio-examples/python/apps/hf_radio/Makefile.am @@ -1,5 +1,5 @@ # -# Copyright 2006 Free Software Foundation, Inc. +# Copyright 2006,2009 Free Software Foundation, Inc. # # This file is part of GNU Radio # @@ -21,18 +21,19 @@ include $(top_srcdir)/Makefile.common -EXTRA_DIST = \ +ourdatadir = $(exampledir)/hf_radio + +dist_ourdata_DATA = \ hfir.sci \ + radio.xml \ + README.TXT \ + ssb_taps + +dist_ourdata_SCRIPTS = \ input.py \ output.py \ radio.py \ - radio.xml \ - README.TXT \ ssbagc.py \ ssbdemod.py \ - ssb_taps \ startup.py \ ui.py - -ourdatadir = $(exampledir)/hf_radio -ourdata_DATA = $(EXTRA_DIST) |