commit | 5bd30efe822f447421851ed16853567e85ce7fc2 | [log] [tgz] |
---|---|---|
author | Bruce Mitchener <bruce.mitchener@gmail.com> | Tue Feb 19 19:32:39 2013 +0100 |
committer | Martin Sustrik <sustrik@250bpm.com> | Tue Feb 19 19:32:39 2013 +0100 |
tree | 44e73eda724470358841d4416f44d9c4135c3b7e | |
parent | e7fa255631092b2abb3bde222e624940935a6fd9 [diff] |
Install bus.h Signed-off-by: Martin Sustrik <sustrik@250bpm.com>
diff --git a/CMakeLists.txt b/CMakeLists.txt index 39bf834..74bd3c5 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt
@@ -207,6 +207,7 @@ install (FILES src/fanin.h DESTINATION include/nanomsg) install (FILES src/fanout.h DESTINATION include/nanomsg) install (FILES src/survey.h DESTINATION include/nanomsg) +install (FILES src/bus.h DESTINATION include/nanomsg) # Packaging.