include directory split into c and cpp dirs, added --with-c and --with-cpp configure options

This commit is contained in:
malosek
2009-09-07 17:06:47 +02:00
parent f895426c18
commit b71c3005e6
19 changed files with 65 additions and 35 deletions

View File

@@ -20,7 +20,7 @@
#ifndef __ZMQ_PIPE_HPP_INCLUDED__
#define __ZMQ_PIPE_HPP_INCLUDED__
#include "../include/zmq.h"
#include "../c/zmq.h"
#include "stdint.hpp"
#include "i_endpoint.hpp"