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
589e5558
Commit
589e5558
authored
Oct 10, 2017
by
Mall, Anon
Browse files
Merge branch 'anon' of gitlab.dai-labor.de:30223/desk-control into anon
parents
6b7d125b
6ba4074f
Changes
3
Hide whitespace changes
Inline
Side-by-side
Makefile
View file @
589e5558
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 @
589e5558
...
...
@@ -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
=
\
...
...
src/coap-frontend.h
View file @
589e5558
...
...
@@ -12,7 +12,7 @@
#include "avahi-service.h"
#define WITH_POSIX
#include
"
coap.h
"
#include
<coap/
coap.h
>
#include <thread>
#include <exception>
...
...
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