Restructure language bindings

C and C++ headers moved from bindings/ to include/, bindings/ removed
--with-c and --with-cpp options to configure removed, C and C++ now built
and installed by default
This commit is contained in:
Martin Lucina
2010-03-11 20:33:27 +01:00
parent 90944759b6
commit 27e2d08449
35 changed files with 34 additions and 80 deletions

View File

@@ -21,7 +21,7 @@
#include <string>
#include "../bindings/c/zmq.h"
#include "../include/zmq.h"
#include "tcp_connecter.hpp"
#include "platform.hpp"