Skip to content
Snippets Groups Projects
Commit 38d0b609 authored by Mattias Fält's avatar Mattias Fält
Browse files

Make plugins and adaptors optional

parent f793bc28
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment