diff options
author | Rob Savoye | 2010-10-30 12:15:49 -0600 |
---|---|---|
committer | Eric Blossom | 2010-11-10 12:15:42 -0800 |
commit | f7d9be06a59c30e3e964456d2f6c95e64d8ec05f (patch) | |
tree | 548a7c277911548d176c6009510f616add6ffd65 /gnuradio-core/src/lib | |
parent | 4d3c48e74d5d0252b37da03e92143d3f2d52e828 (diff) | |
download | gnuradio-f7d9be06a59c30e3e964456d2f6c95e64d8ec05f.tar.gz gnuradio-f7d9be06a59c30e3e964456d2f6c95e64d8ec05f.tar.bz2 gnuradio-f7d9be06a59c30e3e964456d2f6c95e64d8ec05f.zip |
move good comment to here where it belongs
Diffstat (limited to 'gnuradio-core/src/lib')
-rw-r--r-- | gnuradio-core/src/lib/swig/Makefile.am | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/gnuradio-core/src/lib/swig/Makefile.am b/gnuradio-core/src/lib/swig/Makefile.am index b9bc75348..2b763d94c 100644 --- a/gnuradio-core/src/lib/swig/Makefile.am +++ b/gnuradio-core/src/lib/swig/Makefile.am @@ -124,7 +124,3 @@ endif # Do not distribute the output of SWIG no_dist_files = $(swig_built_sources) -# Compile a .i to what guile needs. We use -o to set the output file name, -# or even with -outdir guile in SWIG_GUILE_ARGS, swig keeps putting a -# gnuradio_core_*_wrap.cxx in the source directory. - |