diff options
Diffstat (limited to 'gnuradio-examples/python/apps/hf_explorer/Makefile.am')
-rw-r--r-- | gnuradio-examples/python/apps/hf_explorer/Makefile.am | 13 |
1 files changed, 7 insertions, 6 deletions
diff --git a/gnuradio-examples/python/apps/hf_explorer/Makefile.am b/gnuradio-examples/python/apps/hf_explorer/Makefile.am index deb6c32d8..88ad52128 100644 --- a/gnuradio-examples/python/apps/hf_explorer/Makefile.am +++ b/gnuradio-examples/python/apps/hf_explorer/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,10 +21,11 @@ include $(top_srcdir)/Makefile.common -EXTRA_DIST = \ - README \ - hfx2.py \ +ourdatadir = $(exampledir)/hf_explorer + +dist_ourdata_DATA = \ + README \ hfx_help -ourdatadir = $(exampledir)/hf_explorer -ourdata_DATA = $(EXTRA_DIST)
\ No newline at end of file +dist_ourdata_SCRIPTS = \ + hfx2.py |