diff options
author | Martin Lucina <martin@lucina.net> | 2012-03-13 11:17:59 +0100 |
---|---|---|
committer | Martin Lucina <martin@lucina.net> | 2012-03-13 11:17:59 +0100 |
commit | 46f8864e4879b257e20c7686f6e8e008cd749939 (patch) | |
tree | f43f01816776c81d36eb479dad7c8b426b13eb5b /.gitignore | |
parent | 224b7c7a816010fc0f781372051ec7c578af42a0 (diff) |
Drop libxszmq, keep only libzmq compatibility library (--enable-libzmq)
This simplifies the options for new users; either use libxs APIs or build
with --enable-libzmq and get libzmq 2.1 emulation.
Signed-off-by: Martin Lucina <martin@lucina.net>
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 3 |
1 files changed, 0 insertions, 3 deletions
@@ -20,8 +20,6 @@ autom4te.cache .* *~ .*~ -include/zmq.h -include/zmq_utils.h tests/pair_inproc tests/pair_ipc tests/pair_tcp @@ -55,7 +53,6 @@ doc/*.7 doc/*.html doc/*.xml src/libxs.pc -src/libxszmq.pc src/libzmq.pc bin/ lib/ |