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
8d3ba8a1
Commit
8d3ba8a1
authored
Oct 23, 2018
by
Micha Mueller
Browse files
Build SNMP plugin in Makefile
parent
4aee2d17
Changes
1
Hide whitespace changes
Inline
Side-by-side
Makefile
View file @
8d3ba8a1
...
...
@@ -17,7 +17,7 @@ CXXFLAGS = -std=c++11 -DBOOST_DATE_TIME_POSIX_TIME_STD_CONFIG -DBOOST_NETWORK_EN
LIBS
=
-L
../deps/mosquitto_build/lib
-L
$(DCDBDEPLOYPATH)
/lib/
-ldl
-lmosquitto
-lboost_system
-lboost_thread
-lboost_log_setup
-lboost_log
-lpthread
-lcrypto
-lssl
-lcppnetlib-server-parsers
-lcppnetlib-uri
-rdynamic
OBJS
=
src/dcdbpusher.o src/Configuration.o src/MQTTPusher.o src/HttpsServer.o
PLUGINS
=
pdu sysfs ipmi bacnet
PLUGINS
=
pdu sysfs ipmi bacnet
snmp
ifeq
($(OS),Darwin)
BACNET_PORT
=
bsd
LIBEXT
=
dylib
...
...
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