From 0282499102abcef25849ae3a5255902502c1382a Mon Sep 17 00:00:00 2001 From: Eric Blossom Date: Sun, 31 Oct 2010 13:24:29 -0700 Subject: Remove swig generated python code from C++-only libraries --- gr-video-sdl/src/Makefile.am | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'gr-video-sdl') 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) \ -- cgit