Skip to content
Snippets Groups Projects
Commit 180b22d8 authored by Andrea Bignamini's avatar Andrea Bignamini
Browse files

Fix typo in Makefile for zeromq

parent 6f6bfc6c
No related branches found
No related tags found
No related merge requests found
...@@ -7,7 +7,7 @@ VERSION := `git describe --tags` ...@@ -7,7 +7,7 @@ VERSION := `git describe --tags`
TAR_NAME := `basename $(PWD)` TAR_NAME := `basename $(PWD)`
#================================================================================ #================================================================================
INC_DIR=/usr/local/omniORB/include \ INC_DIR=/usr/local/omniORB/include \
/usr/local/zeromq/include/zmq \ /usr/local/zeromq/include \
/usr/local/tango/include/tango \ /usr/local/tango/include/tango \
/usr/local/boost/include \ /usr/local/boost/include \
/usr/local/soci/include \ /usr/local/soci/include \
...@@ -21,7 +21,8 @@ LIB_DIR=/usr/local/omniORB/lib \ ...@@ -21,7 +21,8 @@ LIB_DIR=/usr/local/omniORB/lib \
/usr/local/tango/lib \ /usr/local/tango/lib \
/usr/local/boost/lib \ /usr/local/boost/lib \
/usr/local/soci/lib64 \ /usr/local/soci/lib64 \
/usr/local/protobuf/lib /usr/local/protobuf/lib \
/usr/lib64/mysql
#================================================================================ #================================================================================
CC=g++ CC=g++
CXX_DEBUG_FLAGS=-g -DVERBOSE_DEBUG CXX_DEBUG_FLAGS=-g -DVERBOSE_DEBUG
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment