build: use top_builddir instead of relative paths
authorAnders Roxell <anders.roxell@linaro.org>
Thu, 28 Feb 2019 15:35:34 +0000 (16:35 +0100)
committerBartosz Golaszewski <bgolaszewski@baylibre.com>
Fri, 1 Mar 2019 09:13:19 +0000 (10:13 +0100)
commit98a7203d86331cede77f1fd31d505b24a400eef8
tree918c2d5b99c797fb74c25d95dce8b1c202a3a5e6
parenta48d7b65fe82e7485ad6b0849a5005b9146c6fc9
build: use top_builddir instead of relative paths

The only instance of using a relative path for an internal library is
in tests/Makefile.am. Use top_builddir instead.

Signed-off-by: Anders Roxell <anders.roxell@linaro.org>
Signed-off-by: Bartosz Golaszewski <bgolaszewski@baylibre.com>
tests/Makefile.am