Merged r5556:5561 from jcorgan/snd into trunk. Updates gr-sounder with receive proces...
[debian/gnuradio] / gr-sounder / src / python / Makefile.am
index 7ce181271b541ad49e050b27ada18be92acc6e78..16f7ff03551d8ceab7c6783e1472c10801a80c89 100644 (file)
 
 include $(top_srcdir)/Makefile.common
 
+# Install this stuff so that it ends up as the gnuradio.sounder module
+# This usually ends up at:
+#   ${prefix}/lib/python${python_version}/site-packages/gnuradio
+
+ourpythondir = $(grpythondir)
+ourlibdir    = $(grpyexecdir)
+
 EXTRA_DIST =           \
-       usrp_sounder.py \
+       usrp_sounder.py \
+       sounder_loopback.sh \
        qa_nothing.py   \
        run_tests.in
 
 bin_SCRIPTS =          \
        usrp_sounder.py
 
-MOSTLYCLEANFILES = *~ *.pyc *.pyo output.*
+ourpython_PYTHON =     \
+       sounder.py
+
+MOSTLYCLEANFILES = *~ *.pyc *.pyo
\ No newline at end of file