Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Geithner, Thomas
desk-control
Commits
6ba4074f
Commit
6ba4074f
authored
Oct 09, 2017
by
Geithner, Thomas
Browse files
fixed include/linker paths
parent
30568f4e
Changes
2
Show whitespace changes
Inline
Side-by-side
Makefile
View file @
6ba4074f
USB2LIN_PATH
=
$(CURDIR)
/usb2lin
COAP_PATH
=
/usr/local/include/coap
#
COAP_PATH=/usr/local/include/coap
CXXFLAGS
+=
-fmax-errors
=
1
export
CXXFLAGS
export
USB2LIN_PATH
export
COAP_PATH
#
export COAP_PATH
all
:
src
...
...
src/Makefile
View file @
6ba4074f
...
...
@@ -9,7 +9,7 @@ override CXXFLAGS+=-I$(USB2LIN_PATH)
LDLIBS
+=
-lusb-1
.0
#COAP
override
CXXFLAGS
+=
-I
$(COAP_PATH)
-L
/usr/local/lib
#
override CXXFLAGS+=-I$(COAP_PATH) -L/usr/local/lib
LDLIBS
+=
-lcoap-1
OBJS
=
\
...
...
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