diff options
author | Tom Rondeau <trondeau@vt.edu> | 2011-05-10 17:40:03 +0100 |
---|---|---|
committer | Tom Rondeau <trondeau@vt.edu> | 2011-05-10 17:40:03 +0100 |
commit | 3303ac16c2b161a4db8cb37b728e0173910ee865 (patch) | |
tree | ad3ca08479937d72f92f1203aa4bca955743007f /gr-uhd/apps | |
parent | 2bdca228868089f423dbeab2970f5e0a219fdef2 (diff) |
gr-uhd: fixed apps Makefile for distribution.
Diffstat (limited to 'gr-uhd/apps')
-rw-r--r-- | gr-uhd/apps/Makefile.am | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/gr-uhd/apps/Makefile.am b/gr-uhd/apps/Makefile.am index a3ac4b822d..9bb9b6cdd3 100644 --- a/gr-uhd/apps/Makefile.am +++ b/gr-uhd/apps/Makefile.am @@ -21,6 +21,9 @@ include $(top_srcdir)/Makefile.common +EXTRA_DIST += \ + $(bin_SCRIPTS) + ourpythondir = $(grpythondir) bin_SCRIPTS = \ |