Remove utils_ignorelist.[ch] from daemon; link plugins directly.
authorFlorian Forster <octo@collectd.org>
Wed, 5 Apr 2017 09:54:10 +0000 (11:54 +0200)
committerFlorian Forster <octo@collectd.org>
Wed, 5 Apr 2017 09:54:10 +0000 (11:54 +0200)
commit4dedfa46272ffa0c52e426b3051fddd0b8d0bea2
tree6d4c073d2fe321b9ae40f8915b83333a504b5134
parentbdcefed10f0dc5add6d61d267c1d773d181c6368
Remove utils_ignorelist.[ch] from daemon; link plugins directly.

The collectd daemon isn't using the "ignorelist" functionality itself --
it was only linked in to provide it to loaded plugins. Since the code is
under the GPL, this interfers with our intend of having an MIT licensed
daemon.

This patch changes the build system to link plugins with the ignorelist
directly instead of expecting the symbols to be in the daemon.
Makefile.am
src/daemon/utils_ignorelist.c [deleted file]
src/daemon/utils_ignorelist.h [deleted file]
src/utils_ignorelist.c [new file with mode: 0644]
src/utils_ignorelist.h [new file with mode: 0644]