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

Fix typo in Makefile for zeromq

parent 234f8548
No related branches found
No related tags found
No related merge requests found
......@@ -7,7 +7,7 @@ VERSION := `git describe --tags`
TAR_NAME := `basename $(PWD)`
#================================================================================
INC_DIR=/usr/local/omniORB/include \
/usr/local/zeromq/include/zmq \
/usr/local/zeromq/include \
/usr/local/tango/include/tango \
/usr/local/boost/include \
/usr/local/soci/include \
......@@ -21,7 +21,8 @@ LIB_DIR=/usr/local/omniORB/lib \
/usr/local/tango/lib \
/usr/local/boost/lib \
/usr/local/soci/lib64 \
/usr/local/protobuf/lib
/usr/local/protobuf/lib \
/usr/lib64/mysql
#================================================================================
CC=g++
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