QPID-8249: add server_reconnect example to the installed makefile
Project: http://git-wip-us.apache.org/repos/asf/qpid-cpp/repo Commit: http://git-wip-us.apache.org/repos/asf/qpid-cpp/commit/0ba019b7 Tree: http://git-wip-us.apache.org/repos/asf/qpid-cpp/tree/0ba019b7 Diff: http://git-wip-us.apache.org/repos/asf/qpid-cpp/diff/0ba019b7 Branch: refs/heads/master Commit: 0ba019b73fdab9bce537d9aeede298e49fa9a349 Parents: 87fb2b0 Author: Gordon Sim <g...@redhat.com> Authored: Tue Oct 16 17:54:47 2018 +0100 Committer: Gordon Sim <g...@redhat.com> Committed: Tue Oct 16 18:56:46 2018 +0100 ---------------------------------------------------------------------- examples/messaging/extra_dist/CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/qpid-cpp/blob/0ba019b7/examples/messaging/extra_dist/CMakeLists.txt ---------------------------------------------------------------------- diff --git a/examples/messaging/extra_dist/CMakeLists.txt b/examples/messaging/extra_dist/CMakeLists.txt index 519338e..fc64931 100644 --- a/examples/messaging/extra_dist/CMakeLists.txt +++ b/examples/messaging/extra_dist/CMakeLists.txt @@ -51,6 +51,7 @@ add_messaging_example(map_sender) add_messaging_example(client) add_messaging_example(server) +add_messaging_example(server_reconnect) # These don't need Boost or OptionParser add_executable(hello_world hello_world.cpp) --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@qpid.apache.org For additional commands, e-mail: commits-h...@qpid.apache.org