diff options
author | Max Kellermann <max@duempel.org> | 2014-01-27 14:54:35 +0100 |
---|---|---|
committer | Max Kellermann <max@duempel.org> | 2014-01-27 14:54:40 +0100 |
commit | 8ed9f779cddb96fd688497b6003f59a25b6769c9 (patch) | |
tree | b1664d08e40043bf1638966559a4f7534a45a6b5 | |
parent | f548a966f5cb09ba8a5e99939fe5235e5ad59005 (diff) | |
download | mpd-8ed9f779cddb96fd688497b6003f59a25b6769c9.tar.gz mpd-8ed9f779cddb96fd688497b6003f59a25b6769c9.tar.xz mpd-8ed9f779cddb96fd688497b6003f59a25b6769c9.zip |
Makefile.am: build test/run_neighbor_explorer with AM_LDADD
-rw-r--r-- | Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index 034fad69b..0d94ddee0 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1315,7 +1315,7 @@ test_run_neighbor_explorer_SOURCES = \ src/Log.cxx src/LogBackend.cxx \ src/IOThread.cxx \ test/run_neighbor_explorer.cxx -test_run_neighbor_explorer_LDADD = \ +test_run_neighbor_explorer_LDADD = $(AM_LDADD) \ $(GLIB_LIBS) \ $(NEIGHBOR_LIBS) \ $(INPUT_LIBS) \ |