Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
dcdb
dcdb
Commits
51c287af
Commit
51c287af
authored
Sep 16, 2019
by
Alessio Netti
Browse files
Makefile fixes
parent
28d4d656
Changes
1
Hide whitespace changes
Inline
Side-by-side
grafana/Makefile
View file @
51c287af
...
...
@@ -12,8 +12,9 @@ OBJS = ../common/src/sensornavigator.o \
RestAPI.o
\
Configuration.o
LIBS
=
-L
$(DCDBDEPLOYPATH)
/lib/
\
-L
../lib
\
LIBS
=
-L
../lib
\
-L
$(DCDBDEPLOYPATH)
/lib/
\
-lpthread
\
-ldcdb
\
-lcassandra
\
-lboost_system
\
...
...
@@ -47,3 +48,5 @@ clean:
install
:
$(TARGET)
install
$(TARGET)
$(DCDBDEPLOYPATH)
/bin/
../common/src/sensornavigator.o
:
CXXFLAGS+= -fPIC
Write
Preview
Markdown
is supported
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