diff options
Diffstat (limited to 'gnuradio-examples/python/apps')
-rw-r--r-- | gnuradio-examples/python/apps/hf_explorer/Makefile.am | 4 | ||||
-rw-r--r-- | gnuradio-examples/python/apps/hf_radio/Makefile.am | 4 |
2 files changed, 8 insertions, 0 deletions
diff --git a/gnuradio-examples/python/apps/hf_explorer/Makefile.am b/gnuradio-examples/python/apps/hf_explorer/Makefile.am index 49aac10150..deb6c32d81 100644 --- a/gnuradio-examples/python/apps/hf_explorer/Makefile.am +++ b/gnuradio-examples/python/apps/hf_explorer/Makefile.am @@ -19,8 +19,12 @@ # Boston, MA 02110-1301, USA. # +include $(top_srcdir)/Makefile.common + EXTRA_DIST = \ README \ hfx2.py \ hfx_help +ourdatadir = $(exampledir)/hf_explorer +ourdata_DATA = $(EXTRA_DIST)
\ No newline at end of file diff --git a/gnuradio-examples/python/apps/hf_radio/Makefile.am b/gnuradio-examples/python/apps/hf_radio/Makefile.am index 3f7340efe9..a6a4dfe3d3 100644 --- a/gnuradio-examples/python/apps/hf_radio/Makefile.am +++ b/gnuradio-examples/python/apps/hf_radio/Makefile.am @@ -19,6 +19,8 @@ # Boston, MA 02110-1301, USA. # +include $(top_srcdir)/Makefile.common + EXTRA_DIST = \ hfir.sci \ input.py \ @@ -32,3 +34,5 @@ EXTRA_DIST = \ startup.py \ ui.py +ourdatadir = $(exampledir)/hf_radio +ourdata_DATA = $(EXTRA_DIST) |