diff options
Diffstat (limited to 'gr-zeromq/lib/CMakeLists.txt')
-rw-r--r-- | gr-zeromq/lib/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gr-zeromq/lib/CMakeLists.txt b/gr-zeromq/lib/CMakeLists.txt index 5e3c170609..95ecc70845 100644 --- a/gr-zeromq/lib/CMakeLists.txt +++ b/gr-zeromq/lib/CMakeLists.txt @@ -42,8 +42,8 @@ list(APPEND zeromq_sources pull_source_impl.cc push_sink_impl.cc rep_sink_impl.cc + req_source_impl.cc sink_reqrep_nopoll_impl.cc - source_reqrep_impl.cc source_reqrep_nopoll_impl.cc ) |