diff options
author | malosek <malosek@fastmq.com> | 2009-09-16 16:49:09 +0200 |
---|---|---|
committer | malosek <malosek@fastmq.com> | 2009-09-16 16:49:09 +0200 |
commit | 1b2a426656134b85ff4c75cb0cccbc53f2b83447 (patch) | |
tree | 0b69640e9b072013a4ddbb921b4e2336d1796859 /devices/zmq_forwarder | |
parent | 6bfb9e6aaf0adad441d693a679c30ef30aeb5c14 (diff) |
c and cpp directories moved into bindings directory
Diffstat (limited to 'devices/zmq_forwarder')
-rw-r--r-- | devices/zmq_forwarder/Makefile.am | 2 | ||||
-rw-r--r-- | devices/zmq_forwarder/zmq_forwarder.cpp | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/devices/zmq_forwarder/Makefile.am b/devices/zmq_forwarder/Makefile.am index 892b7fe..ff51d88 100644 --- a/devices/zmq_forwarder/Makefile.am +++ b/devices/zmq_forwarder/Makefile.am @@ -1,4 +1,4 @@ -INCLUDES = -I$(top_builddir)/c -I$(top_builddir)/cpp +INCLUDES = -I$(top_builddir)/bindings/c bin_PROGRAMS = zmq_forwarder diff --git a/devices/zmq_forwarder/zmq_forwarder.cpp b/devices/zmq_forwarder/zmq_forwarder.cpp index 8acbc85..32af5dd 100644 --- a/devices/zmq_forwarder/zmq_forwarder.cpp +++ b/devices/zmq_forwarder/zmq_forwarder.cpp @@ -17,7 +17,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. */ -#include "../../cpp/zmq.hpp" +#include "../../bindings/cpp/zmq.hpp" #include "../../foreign/xmlParser/xmlParser.cpp" int main (int argc, char *argv []) |