diff options
author | Josh Blum | 2011-07-24 00:09:02 -0700 |
---|---|---|
committer | Josh Blum | 2011-07-24 00:09:02 -0700 |
commit | a4ff45eb7d8d45ad540f89358da2c2a041a2560f (patch) | |
tree | 486bc585fa4155bd1ac9304de8a31e4eebf46101 /gr-video-sdl/src/Makefile.am | |
parent | 2ac512b0d209600834425141f18d111524ad1348 (diff) | |
download | gnuradio-a4ff45eb7d8d45ad540f89358da2c2a041a2560f.tar.gz gnuradio-a4ff45eb7d8d45ad540f89358da2c2a041a2560f.tar.bz2 gnuradio-a4ff45eb7d8d45ad540f89358da2c2a041a2560f.zip |
video-sdl: video sdl builds on windows with MSVC as well
Diffstat (limited to 'gr-video-sdl/src/Makefile.am')
-rw-r--r-- | gr-video-sdl/src/Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gr-video-sdl/src/Makefile.am b/gr-video-sdl/src/Makefile.am index 04c39542a..496671bea 100644 --- a/gr-video-sdl/src/Makefile.am +++ b/gr-video-sdl/src/Makefile.am @@ -33,6 +33,7 @@ noinst_PYTHON = \ qa_video_sdl.py grinclude_HEADERS = \ + video_sdl_api.h \ video_sdl_sink_uc.h \ video_sdl_sink_s.h |