diff options
author | malosek <malosek@fastmq.com> | 2009-12-31 16:53:00 +0100 |
---|---|---|
committer | malosek <malosek@fastmq.com> | 2009-12-31 16:53:00 +0100 |
commit | 1b90e5f6f50ecb512b22f73850f763a9a009c483 (patch) | |
tree | e2543e407684d2d3d4e95110c54ba707d78a63f7 /src | |
parent | 9bda63cd6378682af3b685dbbe0c47cdc4455295 (diff) |
added missing likely.hpp file into the dist
Diffstat (limited to 'src')
-rw-r--r-- | src/Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Makefile.am b/src/Makefile.am index 0f47e7b..bd6748a 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -77,6 +77,7 @@ libzmq_la_SOURCES = app_thread.hpp \ i_signaler.hpp \ kqueue.hpp \ lb.hpp \ + likely.hpp \ msg_content.hpp \ mutex.hpp \ object.hpp \ |