Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Administrator
data_exporter
Commits
b0fd14cc
Commit
b0fd14cc
authored
Nov 19, 2021
by
Andrea Bignamini
Browse files
Fix typo in Makefile for zeromq
parent
234f8548
Changes
1
Hide whitespace changes
Inline
Side-by-side
Makefile
View file @
b0fd14cc
...
...
@@ -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
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment