eeze: Make sure we use the modules from the current build for make check.
authorStefan Schmidt <stefan@datenfreihafen.org>
Tue, 11 Dec 2012 16:48:39 +0000 (16:48 +0000)
committerStefan Schmidt <stefan@datenfreihafen.org>
Tue, 11 Dec 2012 16:48:39 +0000 (16:48 +0000)
commit083434f6951b2bd5de81c67d96cd94d8fb793c68
tree946483e3b2657fa06f66ebac3a10b2436d6ea3d3
parent78f6d5294931f65bd2d4398d39375f4240203333
eeze: Make sure we use the modules from the current build for make check.

Befoe this we always used the installed modules from the system. That is often
fine but there are cases we would need the local. un-installed, modules. The
coverage check is a example. The system modules normally don't had the options
for coverage enabled and thus would not produce anything for the modules.

Default still stays as it was. You would need to set an env var to use the
local modules.

SVN revision: 80670
legacy/eeze/Makefile.am
legacy/eeze/src/lib/Makefile.am
legacy/eeze/src/lib/eeze_sensor.c