diff options
Diffstat (limited to 'gr-sounder/src')
-rw-r--r-- | gr-sounder/src/python/Makefile.am | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/gr-sounder/src/python/Makefile.am b/gr-sounder/src/python/Makefile.am index 546a9d645..450c034bc 100644 --- a/gr-sounder/src/python/Makefile.am +++ b/gr-sounder/src/python/Makefile.am @@ -25,8 +25,7 @@ include $(top_srcdir)/Makefile.common # This usually ends up at: # ${prefix}/lib/python${python_version}/site-packages/gnuradio -ourpythondir = $(grpythondir) -ourlibdir = $(grpyexecdir) +sounder_pythondir = $(grpythondir) EXTRA_DIST = \ sounder_loopback.sh \ @@ -36,5 +35,5 @@ EXTRA_DIST = \ dist_bin_SCRIPTS = \ usrp_sounder.py -ourpython_PYTHON = \ +sounder_python_PYTHON = \ sounder.py |