diff options
author | Eric Blossom | 2010-10-31 13:24:29 -0700 |
---|---|---|
committer | Eric Blossom | 2010-11-10 12:15:43 -0800 |
commit | 0282499102abcef25849ae3a5255902502c1382a (patch) | |
tree | 823d3c18a1c447b2a3ac0e1e2d34c80fde2963ec /gr-video-sdl | |
parent | 8c80b814bcdc00e0e71a1d4174c747a0f221fa20 (diff) | |
download | gnuradio-0282499102abcef25849ae3a5255902502c1382a.tar.gz gnuradio-0282499102abcef25849ae3a5255902502c1382a.tar.bz2 gnuradio-0282499102abcef25849ae3a5255902502c1382a.zip |
Remove swig generated python code from C++-only libraries
Diffstat (limited to 'gr-video-sdl')
-rw-r--r-- | gr-video-sdl/src/Makefile.am | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/gr-video-sdl/src/Makefile.am b/gr-video-sdl/src/Makefile.am index 1824f1de0..45cedfb21 100644 --- a/gr-video-sdl/src/Makefile.am +++ b/gr-video-sdl/src/Makefile.am @@ -37,9 +37,7 @@ lib_LTLIBRARIES = libgnuradio-video-sdl.la libgnuradio_video_sdl_la_SOURCES = \ video_sdl_sink_uc.cc \ - video_sdl_sink_s.cc \ - python/video_sdl.cc - + video_sdl_sink_s.cc libgnuradio_video_sdl_la_LIBADD = \ $(SDL_LIBS) \ |