mosquitto plugin: fixup flag handling
authorRuben Kerkhof <ruben@rubenkerkhof.com>
Sat, 5 Dec 2015 16:09:00 +0000 (17:09 +0100)
committerRuben Kerkhof <ruben@rubenkerkhof.com>
Sat, 5 Dec 2015 16:09:00 +0000 (17:09 +0100)
commit0f0de64dc63ae4d1fd1c0ad0676f80dbbee00e0e
tree3130bb88fd765258ed82de2a46ffe7decb8e0f21
parent8dfaf98cde62e42d4c245400c68ae9c825a2fe68
mosquitto plugin: fixup flag handling

Split build flags in _LDFLAGS and _LIBS
Keep existing CPPFLAGS and LDFLAGS set from the command line.

This ensures we will pick up libmosquitto when running
./configure CPPFLAGS="-I/usr/local/include" LDFLAGS="-L/usr/local/lib",
just like we do for other plugins.
configure.ac
src/Makefile.am