Skip to content

Commit

Permalink
gengen replacement: fix for not installed header files
Browse files Browse the repository at this point in the history
  • Loading branch information
lukaskuzmiak authored and marcusmueller committed Oct 4, 2018
1 parent 007923c commit ef339a7
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions gr-blocks/include/gnuradio/blocks/CMakeLists.txt
Expand Up @@ -25,6 +25,7 @@ install(FILES
add_blk.h
add_const_v.h
and_blk.h
and_const.h
api.h
argmax.h
control_loop.h
Expand Down Expand Up @@ -73,6 +74,7 @@ install(FILES
char_to_short.h
check_lfsr_32k_s.h
complex_to_interleaved_short.h
complex_to_interleaved_char.h
complex_to_float.h
complex_to_magphase.h
complex_to_imag.h
Expand Down
2 changes: 2 additions & 0 deletions gr-filter/include/gnuradio/filter/CMakeLists.txt
Expand Up @@ -24,10 +24,12 @@ install(FILES
api.h
firdes.h
fir_filter.h
fir_filter_blk.h
fir_filter_with_buffer.h
fft_filter.h
iir_filter.h
interpolator_taps.h
interp_fir_filter.h
mmse_fir_interpolator_cc.h
mmse_fir_interpolator_ff.h
mmse_interp_differentiator_cc.h
Expand Down

0 comments on commit ef339a7

Please sign in to comment.