Hi, On May 11, 2011, at 5:16 PM, intermilan wrote:
> hi: > I think you should look at the follow web page > http://gnuradio.org/redmine/wiki/gnuradio/GNURadioCompanion > then you should know how to add a block into GRC. I followed those steps and it appears in GRC. I made an entry in my .gnuradio/config.conf file to point to the the following location gnuradio/gr-video-sdl/grc and created a file called video_sink.xml file in gnuradio/gr-video-sdl/grc If I have a file gnuradio/gr-video-sdl/grc/Makefile.am with the following contents, how can I generate the corresponding Makefile.in? include $(top_srcdir)/Makefile.common grcblocksdir = $(grc_blocksdir) dist_grcblocks_DATA = \ video_sink.xml I'm using gnuradio/gr-audio/grc as a reference, plus the gr-video-sdl headers, while trying to add the GRC block, so that later on, it can be submitted back to the mainline repository. Elvis Dowson _______________________________________________ Discuss-gnuradio mailing list [email protected] https://lists.gnu.org/mailman/listinfo/discuss-gnuradio
