Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Mattias Fält
moberg
Commits
38d0b609
Commit
38d0b609
authored
May 19, 2021
by
Mattias Fält
Browse files
Make plugins and adaptors optional
parent
f793bc28
Changes
1
Hide whitespace changes
Inline
Side-by-side
Makefile
View file @
38d0b609
...
...
@@ -2,8 +2,8 @@ LIBRARIES=libmoberg.so
MOBERG_VERSION
=
$(
shell
git describe
--tags
|
sed
-e
's/^v//;s/-/./g'
)
CCFLAGS
+=
-Wall
-Werror
-I
$(
shell
pwd
)
-O3
-g
LDFLAGS
+=
-L
$(
shell
pwd
)
/build/
-lmoberg
PLUGINS
:
=
$(
wildcard
plugins/
*
)
ADAPTORS
:
=
$(
wildcard
adaptors/
*
)
PLUGINS
?
=
$(
wildcard
plugins/
*
)
ADAPTORS
?
=
$(
wildcard
adaptors/
*
)
export
CCFLAGS
LDFLAGS
LDFLAGS_parse_config
=
-ldl
#-export-dynamic
...
...
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