From 46f8864e4879b257e20c7686f6e8e008cd749939 Mon Sep 17 00:00:00 2001 From: Martin Lucina Date: Tue, 13 Mar 2012 11:17:59 +0100 Subject: 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 --- .gitignore | 3 --- 1 file changed, 3 deletions(-) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index 0933b44..048a74d 100644 --- a/.gitignore +++ b/.gitignore @@ -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/ -- cgit v1.2.3