aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.am
diff options
context:
space:
mode:
authorMax Kellermann <max@duempel.org>2014-01-27 14:54:35 +0100
committerMax Kellermann <max@duempel.org>2014-01-27 14:54:40 +0100
commit8ed9f779cddb96fd688497b6003f59a25b6769c9 (patch)
treeb1664d08e40043bf1638966559a4f7534a45a6b5 /Makefile.am
parentf548a966f5cb09ba8a5e99939fe5235e5ad59005 (diff)
downloadmpd-8ed9f779cddb96fd688497b6003f59a25b6769c9.tar.gz
mpd-8ed9f779cddb96fd688497b6003f59a25b6769c9.tar.xz
mpd-8ed9f779cddb96fd688497b6003f59a25b6769c9.zip
Makefile.am: build test/run_neighbor_explorer with AM_LDADD
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am2
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) \