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

Fix typo in Makefile for zeromq

parent 1f7823b6
Branches
Tags
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