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
3c0f1ddf
Commit
3c0f1ddf
authored
May 17, 2018
by
Micha Mueller
Browse files
Minor change to Makefile, to compile perfevent plugin on linux
parent
54ca4c0e
Changes
1
Show whitespace changes
Inline
Side-by-side
Makefile
View file @
3c0f1ddf
...
...
@@ -25,7 +25,7 @@ else
BACNET_PORT
=
linux
LIBEXT
=
so
LIBFLAGS
=
-shared
-Wl
,-soname,
PLUGINS
+=
libdcdbplugin_perfevent
PLUGINS
_BASE
+=
libdcdbplugin_perfevent
PLUGINFLAGS
=
-fPIC
endif
PLUGINS
=
$(
foreach
p,
$(PLUGINS_BASE)
,
$(p)
.
$(LIBEXT)
)
...
...
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