summaryrefslogtreecommitdiff
path: root/gnuradio-examples/python/apps/hf_explorer/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'gnuradio-examples/python/apps/hf_explorer/Makefile.am')
-rw-r--r--gnuradio-examples/python/apps/hf_explorer/Makefile.am4
1 files changed, 4 insertions, 0 deletions
diff --git a/gnuradio-examples/python/apps/hf_explorer/Makefile.am b/gnuradio-examples/python/apps/hf_explorer/Makefile.am
index 49aac1015..deb6c32d8 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